Author: sergeyhalipov
Date: 2007-09-20 07:05:40 -0400 (Thu, 20 Sep 2007)
New Revision: 3010
Modified:
trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
Log:
Fix syntax error in JSP file
Modified: trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2007-09-20 10:18:00 UTC
(rev 3009)
+++ trunk/test-applications/jsp/src/main/webapp/pages/main.jsp 2007-09-20 11:05:40 UTC
(rev 3010)
@@ -17,7 +17,7 @@
<h:commandLink value="RichFaces"
action="RichTest"></h:commandLink>
<h:commandLink value="Div"
action="TestDiv"></h:commandLink>
<h:commandLink value="Select"
action="Map"></h:commandLink>
- <h:commandLink value="Empty Page"
action="EmptyPage></h:commandLink>
+ <h:commandLink value="Empty Page"
action="EmptyPage"></h:commandLink>
</h:panelGrid>
</rich:panel>
</h:form>
Show replies by date