You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/11/06 09:37:25 UTC

svn commit: r833318 - /myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml

Author: lofwyr
Date: Fri Nov  6 08:37:25 2009
New Revision: 833318

URL: http://svn.apache.org/viewvc?rev=833318&view=rev
Log:
TOBAGO-817: SelectBooleanCheckbox: testing defaults

Modified:
    myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml?rev=833318&r1=833317&r2=833318&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/selectBooleanCheckbox/selectBooleanCheckbox.xhtml Fri Nov  6 08:37:25 2009
@@ -55,6 +55,10 @@
     <tx:selectBooleanCheckbox value="#{selectBooleanCheckboxBean.required2}" label="required/edit" required="true" 
                               itemLabel="required"/>
 
+    <tc:selectBooleanCheckbox /> 
+    <tx:selectBooleanCheckbox />
+    <tx:selectBooleanCheckbox />
+
     <tc:button label="submit"/>
     
   </tc:page>