Author: gmaksimenko
Date: 2008-04-21 05:52:41 -0400 (Mon, 21 Apr 2008)
New Revision: 7982
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp
Log:
Change binding
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp 2008-04-21
09:52:22 UTC (rev 7981)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp 2008-04-21
09:52:41 UTC (rev 7982)
@@ -4,11 +4,14 @@
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<f:subview id="inplaceInputSubviewID">
+
<h:inputText value="For verify tabbing"></h:inputText> <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
-<rich:inplaceInput
+<rich:inplaceInput
+ id = "inplaceInputId1"
valueChangeListener="#{inplaceInput.valueChangeListener}"
converter="inplaceInputConverter"
converterMessage="Can't convert"
@@ -55,7 +58,8 @@
onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
onviewactivated="#{evant.onviewactivated}"
- onviewactivation="#{event.onviewactivation}">
+ onviewactivation="#{event.onviewactivation}"
+ binding="#{inplaceInput.myInplaceInput}">
</rich:inplaceInput>
are easy to exploit.