Author: gmaksimenko
Date: 2008-05-13 11:21:52 -0400 (Tue, 13 May 2008)
New Revision: 8557
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
Log:
Erase editOnTab attribute
Modified:
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-05-13
15:21:22 UTC (rev 8556)
+++
trunk/test-applications/facelets/src/main/webapp/InplaceSelect/InplaceSelect.xhtml 2008-05-13
15:21:52 UTC (rev 8557)
@@ -25,7 +25,6 @@
binding="#{inplaceSelect.myInplaceSelect}"
required="#{inplaceSelect.required}"
requiredMessage="#{inplaceSelect.requiredMessage}"
- value="qwer"
onblur="#{event.onblur}"
onchange="#{event.onchange}"
onclick="#{event.onclick}"
@@ -125,10 +124,6 @@
<h:selectBooleanCheckbox
value="#{inplaceSelect.applyFromControlsOnly}"
onchange="submit();"></h:selectBooleanCheckbox>
- <h:outputText value="editOnTab"></h:outputText>
- <h:selectBooleanCheckbox value="#{inplaceSelect.editOnTab}"
- onchange="submit();"></h:selectBooleanCheckbox>
-
<h:outputText value="openOnEdit"></h:outputText>
<h:selectBooleanCheckbox value="#{inplaceSelect.openOnEdit}"
onchange="submit();"></h:selectBooleanCheckbox>
Show replies by date