Author: gmaksimenko
Date: 2008-04-30 05:13:59 -0400 (Wed, 30 Apr 2008)
New Revision: 8353
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml
Log:
Change test for tabbing
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml 2008-04-30
09:13:47 UTC (rev 8352)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceInput/InplaceInput.xhtml 2008-04-30
09:13:59 UTC (rev 8353)
@@ -1,7 +1,7 @@
<f:subview
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich" id="inplaceInputSubviewID">
-<h:inputText value="For verify tabbing"></h:inputText> <br/>
+<h:inputText value="For verify tabbing tabindex=3" size="25"
tabindex="3"></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 />
@@ -53,7 +53,7 @@
onviewactivation="#{event.onviewactivation}"
binding="#{inplaceInput.myInplaceInput}">
</rich:inplaceInput>
- are easy to exploit. <h:commandButton
value="ok"></h:commandButton>
+ are easy to exploit.
<h:panelGrid columns="2">
<a4j:commandButton value="refresh"
reRender="inplaceInputValueCLID"></a4j:commandButton>
<h:outputText id="inplaceInputValueCLID"
@@ -61,8 +61,8 @@
</h:panelGrid>
<h:panelGrid columns="2">
<h:outputText value="value"></h:outputText>
- <h:inputText id="inplaceInputValueID"
value="#{inplaceInput.value}" onchange="submit();">
- </h:inputText>
+ <h:outputText id="inplaceInputValueID"
value="#{inplaceInput.value}" onchange="submit();">
+ </h:outputText>
<h:outputText value="defaultLabel"></h:outputText>