[richfaces-svn-commits] JBoss Rich Faces SVN: r2696 - trunk/test-applications/facelets/src/main/webapp/Insert.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Sep 3 06:40:27 EDT 2007
Author: ayanul
Date: 2007-09-03 06:40:27 -0400 (Mon, 03 Sep 2007)
New Revision: 2696
Modified:
trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-803
Modified: trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml 2007-09-03 10:40:18 UTC (rev 2695)
+++ trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml 2007-09-03 10:40:27 UTC (rev 2696)
@@ -46,7 +46,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>
More information about the richfaces-svn-commits
mailing list