Author: gmaksimenko
Date: 2008-04-21 06:00:30 -0400 (Mon, 21 Apr 2008)
New Revision: 7985
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
Log:
Change binding
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-04-21
10:00:17 UTC (rev 7984)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-04-21
10:00:30 UTC (rev 7985)
@@ -11,7 +11,7 @@
and while invisible for the user who does not understand or cannot <br />
acquire the source code, many of those
<rich:inplaceSelect id="inplaceSelectID"
-
+
tabindex="#{inplaceSelect.tabindex}"
editEvent="#{inplaceSelect.editEvent}"
maxSelectWidth="#{inplaceSelect.maxSelectWidth}"
@@ -27,13 +27,13 @@
editOnTab="#{inplaceSelect.editOnTab}"
openOnEdit="#{inplaceSelect.openOnEdit}"
rendered="#{inplaceSelect.rendered}"
- immediate="#{inplaceSelect.immediate}">
+ immediate="#{inplaceSelect.immediate}"
+ binding="#{inplaceSelect.myInplaceSelect}">
<f:selectItem itemLabel="errors" itemValue="errors" />
<f:selectItem itemLabel="fatals" itemValue="fatals" />
<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">
@@ -109,6 +109,7 @@
<h:commandButton actionListener="#{inplaceSelect.checkBinding}"
value="Binding"></h:commandButton>
<h:outputText value = "#{inplaceSelect.bindLabel}"/>
+
</h:panelGrid>
Show replies by date