Author: ayanul
Date: 2008-03-11 10:39:54 -0400 (Tue, 11 Mar 2008)
New Revision: 6695
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
Log:
+ fix
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-03-11
14:35:10 UTC (rev 6694)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-03-11
14:39:54 UTC (rev 6695)
@@ -3,7 +3,7 @@
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}"
@@ -36,7 +36,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