java/nekurak.net-web/web/index.jsp
changeset 149 8238cdb4113a
parent 145 0efefbf5f8b6
child 179 2ed9f3231a28
     1.1 --- a/java/nekurak.net-web/web/index.jsp	Sun Jun 20 14:46:47 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>