Author: mvitenkov
Date: 2008-05-22 09:14:58 -0400 (Thu, 22 May 2008)
New Revision: 8694
Modified:
trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2DProperty.jsp
Log:
add submit onchange.
Modified: trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2DProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2DProperty.jsp 2008-05-22
12:31:43 UTC (rev 8693)
+++ trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2DProperty.jsp 2008-05-22
13:14:58 UTC (rev 8694)
@@ -79,8 +79,7 @@
</h:inputText>
<h:outputText value="Rendered"></h:outputText>
- <h:selectBooleanCheckbox value="#{paint2D.rendered}">
- <a4j:support event="onclick"
reRender="paint2dID"></a4j:support>
+ <h:selectBooleanCheckbox value="#{paint2D.rendered}"
onchange="submit();">
</h:selectBooleanCheckbox>
</h:panelGrid>
</f:subview>
\ No newline at end of file