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 2015/02/04 16:25:18 UTC

svn commit: r1657279 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml

Author: lofwyr
Date: Wed Feb  4 15:25:18 2015
New Revision: 1657279

URL: http://svn.apache.org/r1657279
Log:
fix

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml?rev=1657279&r1=1657278&r2=1657279&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml Wed Feb  4 15:25:18 2015
@@ -129,7 +129,7 @@
       <tc:selectItem itemValue="stars" itemLabel="Stars" itemDisabled="true"/>
     </tc:selectManyCheckbox>
 
-    <tc:selectManyShuttle value="/content/25-select/select.xhtml">
+    <tc:selectManyShuttle>
       <tc:selectItem itemValue="sun" itemLabel="Sun"/>
       <tc:selectItem itemValue="moon" itemLabel="Moon"/>
       <tc:selectItem itemValue="stars" itemLabel="Stars" itemDisabled="true"/>