Hello,

I tried to use the attribute "activeOnViewIds" of the component
"commandNavigation2" to define which menu items are open after which action,
but don't get it wo work.
I don't know exactly how to fill the attribute.
A view-id is sth like "/order_overview.jsp", as in a navigation rule, right?
I tried:

  <t:panelNavigation2 layout="list" ...>
    <t:commandNavigation2 action="order_overview" 
      activeOnViewIds="/create_order.jsp;"
          value="...">

I'd like the menu item to be open when the user is in the view
/create_order.jsp;

I'm using myfaces 1.1.3 with tiles.
Please advice.

Jan
-- 
View this message in context: 
http://www.nabble.com/CommandNavigation2%3A-usage-of-%22activeOnViewIds%22-attribute-tf2152984.html#a5946383
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to