java/nekurak.net-web/web/index.jsp
changeset 130 1bbff3f5181f
parent 74 aec1fb81580e
child 145 0efefbf5f8b6
     1.1 --- a/java/nekurak.net-web/web/index.jsp	Tue Jun 08 07:37:05 2010 +0200
     1.2 +++ b/java/nekurak.net-web/web/index.jsp	Tue Jun 08 09:09:17 2010 +0200
     1.3 @@ -40,6 +40,9 @@
     1.4  	<c:when test="${param.akce == 'prihlaseni'}">
     1.5  	    <jsp:include page="/WEB-INF/casti/prihlaseni.jsp" flush="false"/>
     1.6  	</c:when>
     1.7 +	<c:when test="${param.akce == 'odeslatKomentar'}">
     1.8 +	    <jsp:include page="/WEB-INF/casti/odeslatKomentar.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>