You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Alberto Marqués (JIRA)" <de...@myfaces.apache.org> on 2006/07/24 16:10:13 UTC

[jira] Created: (TOMAHAWK-564) jscookmenu dinamic

jscookmenu dinamic
------------------

                 Key: TOMAHAWK-564
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-564
             Project: MyFaces Tomahawk
          Issue Type: New Feature
         Environment: myfaces 1.1.5 tomahawk windows xp
            Reporter: Alberto Marqués


I need in a JSCookMenu implemented with nenuNavigationItems I went by a managed-bean instead of a jsp. Do I need that it goes by the bean to listen the label or the value of the menuNavigationItem on which I have made click this is possible????
My implementation:

<t:jscookMenu id="nav1"
layout="hbr"
theme="ThemeOffice" binding="#{gestionProyectosBean.nombre_proyecto}" >
<!-- 
coment code
binding="#{gestionProyectosBean.nombre_proyect}" > -->
<t:navigationMenuItems id="navitems" value="#{menuGenericoXML.olistmenuitem}"/>
</t:jscookMenu>


Something similar to selectOneMenu here passes the value from the item seleecionado to the managed-bean
<t:selectOneMenu goes = "selectGrupo" valued = "#{listadoUsuariosBean.sgrupoactual}" onchange = "submit () immediate = "true">
<f:selectItems valued = "#{listadoGruposBean.olistgrupos}"/>
</t:selectOneMenu>

As I can make it???


thank you!! 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Resolved: (TOMAHAWK-564) jscookmenu dinamic

Posted by "Hazem Saleh (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hazem Saleh resolved TOMAHAWK-564.
----------------------------------

    Resolution: Incomplete

Ambiguous requirement! 

> jscookmenu dinamic
> ------------------
>
>                 Key: TOMAHAWK-564
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-564
>             Project: MyFaces Tomahawk
>          Issue Type: New Feature
>          Components: JS Cook Menu
>         Environment: myfaces 1.1.5 tomahawk windows xp
>            Reporter: Alberto Marqués
>            Assignee: Hazem Saleh
>
> I need in a JSCookMenu implemented with nenuNavigationItems I went by a managed-bean instead of a jsp. Do I need that it goes by the bean to listen the label or the value of the menuNavigationItem on which I have made click this is possible????
> My implementation:
> <t:jscookMenu id="nav1"
> layout="hbr"
> theme="ThemeOffice" binding="#{gestionProyectosBean.nombre_proyecto}" >
> <!-- 
> coment code
> binding="#{gestionProyectosBean.nombre_proyect}" > -->
> <t:navigationMenuItems id="navitems" value="#{menuGenericoXML.olistmenuitem}"/>
> </t:jscookMenu>
> Something similar to selectOneMenu here passes the value from the item seleecionado to the managed-bean
> <t:selectOneMenu goes = "selectGrupo" valued = "#{listadoUsuariosBean.sgrupoactual}" onchange = "submit () immediate = "true">
> <f:selectItems valued = "#{listadoGruposBean.olistgrupos}"/>
> </t:selectOneMenu>
> As I can make it???
> thank you!! 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.