Author: gmaksimenko
Date: 2008-04-18 08:29:02 -0400 (Fri, 18 Apr 2008)
New Revision: 7932
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml
Log:
Change in test for binding
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml 2008-04-18
12:28:45 UTC (rev 7931)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml 2008-04-18
12:29:02 UTC (rev 7932)
@@ -50,7 +50,9 @@
onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
onviewactivated="#{evant.onviewactivated}"
- onviewactivation="#{event.onviewactivation}">
+ onviewactivation="#{event.onviewactivation}"
+ binding="#{inplaceInput.myInplaceInput}"
+ viewClass = "ccc">
</rich:inplaceInput>
are easy to exploit. <h:commandButton
value="ok"></h:commandButton>
<h:panelGrid columns="2">
Show replies by date