Author: ayanul
Date: 2007-09-03 06:40:18 -0400 (Mon, 03 Sep 2007)
New Revision: 2695
Modified:
trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp
Log:
http://jira.jboss.com/jira/browse/RF-803
Modified: trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp 2007-09-03 10:27:30 UTC
(rev 2694)
+++ trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp 2007-09-03 10:40:18 UTC
(rev 2695)
@@ -47,7 +47,7 @@
</h:selectOneMenu>
<h:outputText value="Rendered" />
- <h:selectBooleanCheckbox value="#{insert.rendered}" />
+ <h:selectBooleanCheckbox value="#{insert.rendered}"
onchange="submit();"/>
</h:panelGrid>
<h:commandLink value="Back"
action="main"></h:commandLink>
</h:form>