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/11/25 18:26:50 UTC

svn commit: r1716496 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml

Author: lofwyr
Date: Wed Nov 25 17:26:50 2015
New Revision: 1716496

URL: http://svn.apache.org/viewvc?rev=1716496&view=rev
Log:
TOBAGO-1506: Menu with <tc:selectOneRadio> has to migrated to Bootstrap

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml?rev=1716496&r1=1716495&r2=1716496&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml Wed Nov 25 17:26:50 2015
@@ -28,10 +28,12 @@
       <tc:commandGroup>
 
         <tc:command label="#{overviewBundle.menu_config}" omit="true">
-          <tc:command label="Hier sind die themes">
-            <tc:command action="#{clientConfigController.submit}">
+          <tc:command label="Hier sind die themes" omit="true">
+            <!-- XXX this is a workaround until TOBAGO-1506 is resolved
+            the next sourrounding tag <tc:command> should not be needed.
+            -->
+            <tc:command omit="true">
               <tc:selectOneRadio value="#{clientConfigController.theme}">
-                <!-- XXX this is a workaround until TOBAGO-1506 is resolved -->
                 <f:facet name="change">
                   <tc:command action="#{clientConfigController.submit}"/>
                 </f:facet>