You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2015/11/25 19:29:10 UTC

[jira] [Commented] (TOBAGO-1506) Menu with has to migrated to Bootstrap

    [ https://issues.apache.org/jira/browse/TOBAGO-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027323#comment-15027323 ] 

Hudson commented on TOBAGO-1506:
--------------------------------

SUCCESS: Integrated in tobago-3.0.x #159 (See [https://builds.apache.org/job/tobago-3.0.x/159/])
TOBAGO-1506: Menu with <tc:selectOneRadio> has to migrated to Bootstrap (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1716496])
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml


> Menu with <tc:selectOneRadio> has to migrated to Bootstrap
> ----------------------------------------------------------
>
>                 Key: TOBAGO-1506
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1506
>             Project: MyFaces Tobago
>          Issue Type: Sub-task
>          Components: Themes
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 3.0.0-alpha-2, 3.0.0
>
>
> Currently there is a workaround (for 3.0.0-alpha-1) to put the command in the tag as change facet, and have a sourrounding command:
> {code}
>             <tc:command omit="true">
>               <tc:selectOneRadio value="#{clientConfigController.theme}">
>                 <f:facet name="change">
>                   <tc:command action="#{clientConfigController.submit}"/>
>                 </f:facet>
>                 <tc:selectItems value="#{clientConfigController.themeItems}"/>
>               </tc:selectOneRadio>
>             </tc:command>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)