java/nekurak.net-web/web/index.jsp
changeset 140 0f2df9746a2c
parent 74 aec1fb81580e
child 145 0efefbf5f8b6
     1.1 --- a/java/nekurak.net-web/web/index.jsp	Thu Mar 18 14:33:35 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/index.jsp	Sun Jun 13 17:20:20 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>