Author: ayanul
Date: 2008-03-11 10:40:31 -0400 (Tue, 11 Mar 2008)
New Revision: 6696
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
Log:
+ fix
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-03-11
14:39:54 UTC (rev 6695)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceSelect/InplaceSelect.jsp 2008-03-11
14:40:31 UTC (rev 6696)
@@ -7,8 +7,8 @@
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
-<rich:inplaceSelect
-
+<rich:inplaceSelect id="inplaceSelectID"
+
tabindex="#{inplaceSelect.tabindex}"
editEvent="#{inplaceSelect.editEvent}"
maxSelectWidth="#{inplaceSelect.maxSelectWidth}"
@@ -40,7 +40,7 @@
<h:panelGrid columns="2">
<h:outputText value="value"></h:outputText>
-
+ <h:inputText value="#{inplaceSelect.value}"></h:inputText>
<h:outputText value="defaultLabel"></h:outputText>
<h:inputText value="#{inplaceSelect.defaultLabel}"
Show replies by date