1.1 --- a/java/nekurak.net-web/web/index.jsp Sun Jun 27 22:00:48 2010 +0200
1.2 +++ b/java/nekurak.net-web/web/index.jsp Wed Jun 30 00:26:14 2010 +0200
1.3 @@ -43,6 +43,9 @@
1.4 <c:when test="${param.akce == 'odeslatKomentar'}">
1.5 <jsp:include page="/WEB-INF/casti/odeslatKomentar.jsp" flush="false"/>
1.6 </c:when>
1.7 + <c:when test="${param.akce == 'chat'}">
1.8 + <jsp:include page="/WEB-INF/casti/chat.jsp" flush="false"/>
1.9 + </c:when>
1.10 <c:otherwise>
1.11 <jsp:include page="/WEB-INF/casti/uvod.jsp" flush="false"/>
1.12 </c:otherwise>