Author: gmaksimenko
Date: 2008-04-18 03:12:51 -0400 (Fri, 18 Apr 2008)
New Revision: 7914
Modified:
trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp
Log:
Add binding and tabbing
Modified: trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp 2008-04-18
00:46:34 UTC (rev 7913)
+++ trunk/test-applications/jsp/src/main/webapp/InplaceInput/InplaceInput.jsp 2008-04-18
07:12:51 UTC (rev 7914)
@@ -4,6 +4,7 @@
<%@ 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
@@ -101,6 +102,9 @@
<h:outputText value="requiredMessage"></h:outputText>
<h:inputText value="#{inplaceInput.requiredMessage}"
onchange="submit();">
</h:inputText>
-
+
+ <h:commandButton actionListener="#{inplaceInput.checkBinding}"
value="Binding"></h:commandButton>
+ <h:outputText value="#{inplaceInput.bindLabel}"></h:outputText>
+
</h:panelGrid>
</f:subview>
\ No newline at end of file