I think that you need a page action called on each page and a "from-action"
attribute in your navigation element. You can provide it a dummy method that essentially
does nothing. eg:
| <page view-id="*" action="#{myBean.doNothing}">
| <navigation from-action="#{myBean.doNothing}">
|
Cheers,
Damian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082845#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...