Author: gmaksimenko
Date: 2008-04-17 08:09:54 -0400 (Thu, 17 Apr 2008)
New Revision: 7889
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
Log:
Add tabbing and binding for test page
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-04-17
12:07:30 UTC (rev 7888)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-04-17
12:09:54 UTC (rev 7889)
@@ -4,6 +4,9 @@
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<f:subview 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
@@ -30,6 +33,7 @@
<f:selectItem itemLabel="infos" itemValue="infos" />
<f:selectItem itemLabel="passeds" itemValue="passeds" />
<f:selectItem itemLabel="warns" itemValue="warns" />
+ <f:selectItem itemLabel="name" itemValue="name" />
</rich:inplaceSelect>
are easy to exploit.
<h:panelGrid columns="2">
@@ -71,7 +75,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>
@@ -103,5 +106,10 @@
<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:panelGrid>
+
+
</f:subview>
\ No newline at end of file