diff -r 420d7024f6f4 -r 1bbff3f5181f java/nekurak.net-web/web/index.jsp
--- a/java/nekurak.net-web/web/index.jsp	Tue Jun 08 07:37:05 2010 +0200
+++ b/java/nekurak.net-web/web/index.jsp	Tue Jun 08 09:09:17 2010 +0200
@@ -40,6 +40,9 @@
 	<c:when test="${param.akce == 'prihlaseni'}">
 	    <jsp:include page="/WEB-INF/casti/prihlaseni.jsp" flush="false"/>
 	</c:when>
+	<c:when test="${param.akce == 'odeslatKomentar'}">
+	    <jsp:include page="/WEB-INF/casti/odeslatKomentar.jsp" flush="false"/>
+	</c:when>
 	<c:otherwise>
 	    <jsp:include page="/WEB-INF/casti/uvod.jsp" flush="false"/>
 	</c:otherwise>