Author: gmaksimenko
Date: 2008-04-17 09:35:24 -0400 (Thu, 17 Apr 2008)
New Revision: 7893
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
Log:
Add test for tabbing and binding
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-04-17
12:46:11 UTC (rev 7892)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-04-17
13:35:24 UTC (rev 7893)
@@ -1,5 +1,8 @@
<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
@@ -67,7 +70,6 @@
onchange="submit();">
<f:selectItem itemLabel="top" itemValue="top" />
<f:selectItem itemLabel="bottom" itemValue="bottom" />
- <f:selectItem itemLabel="center" itemValue="center" />
</h:selectOneRadio>
<h:outputText value="controlsHorizontalPosition"></h:outputText>
@@ -99,5 +101,8 @@
<h:outputText value="openOnEdit"></h:outputText>
<h:selectBooleanCheckbox value="#{inplaceSelect.openOnEdit}"
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>
</f:subview>
\ No newline at end of file