Author: gmaksimenko
Date: 2008-04-24 08:21:37 -0400 (Thu, 24 Apr 2008)
New Revision: 8116
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
Log:
Add checkbox for rendered
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-04-24
12:21:26 UTC (rev 8115)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-04-24
12:21:37 UTC (rev 8116)
@@ -2,7 +2,6 @@
<f:subview
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
id="inplaceSelectSubviewID">
<h:inputText value="For verify tabbing"/> <br/>
-
This is because such an error can easily be made at programming level, <br />
and while invisible for the user who does not understand or cannot <br />
acquire the source code, many of those
@@ -103,6 +102,10 @@
<h:selectBooleanCheckbox value="#{inplaceSelect.openOnEdit}"
onchange="submit();"></h:selectBooleanCheckbox>
+ <h:outputText value="rendered"></h:outputText>
+ <h:selectBooleanCheckbox value="#{inplaceSelect.rendered}"
+ onchange="submit();"></h:selectBooleanCheckbox>
+
<h:commandButton actionListener="#{inplaceSelect.checkBinding}"
value="Binding"></h:commandButton>
<h:outputText
value="#{inplaceSelect.bindLabel}"></h:outputText>
</h:panelGrid><h:commandButton
value="ok"></h:commandButton>