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 2014/03/31 11:36:15 UTC

svn commit: r1583278 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml

Author: lofwyr
Date: Mon Mar 31 09:36:15 2014
New Revision: 1583278

URL: http://svn.apache.org/r1583278
Log:
TOBAGO-1381: Radio- and Checkbox-Renderer may produce an NullPointerException

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml?rev=1583278&r1=1583277&r2=1583278&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectManyCheckbox/selectManyCheckbox.xhtml Mon Mar 31 09:36:15 2014
@@ -37,7 +37,7 @@
     <tc:label value="tx"/>
 
     <tc:selectManyCheckbox>
-      <tc:selectItem itemValue="'/&gt;&lt;script&gt;alert('bad news');&lt;/script&gt;&lt;!--" itemLabel="A Value"/>
+      <tc:selectItem itemValue="a" itemLabel="A Value"/>
       <tc:selectItem itemValue="b" itemLabel="An Alternative"/>
     </tc:selectManyCheckbox>
     <tx:selectManyCheckbox label="normal">