[jboss-user] [JBoss Seam] - Re: pages.xml question

damianharvey do-not-reply at jboss.com
Tue Sep 11 02:39:36 EDT 2007


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#4082845

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082845



More information about the jboss-user mailing list