You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/11 17:30:09 UTC

[Myfaces Wiki] Update of "Dynamic Menus with JSCookMenu" by LuisParravicini

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by LuisParravicini:
http://wiki.apache.org/myfaces/Dynamic_Menus_with_JSCookMenu

The comment on the change is:
corrected type (mavigation -> navigation)

------------------------------------------------------------------------------
  When the action attribute is of form "command:text" (eg "javascript:doSomething();") then selecting that menu item causes the value to be passed to the javascript interpreter for evaluation.
  
  ==== Invoking JSF Navigation ====
- If the action attribute value does not fall into any other category then it is assumed to be a JSF "navigation string"; the current page is submitted to the server and the jscookmenu component causes mavigation to occur to the specified value, ie what page gets rendered depends upon what the mapping for that "navigation string" is in the JSF navigation definitions for the webapp.
+ If the action attribute value does not fall into any other category then it is assumed to be a JSF "navigation string"; the current page is submitted to the server and the jscookmenu component causes navigation to occur to the specified value, ie what page gets rendered depends upon what the mapping for that "navigation string" is in the JSF navigation definitions for the webapp.
  
  Q: it appears that support for "value binding" expressions is present. What happens in this case?