[jboss-user] [JBoss Seam] - Re: refresh view

straubp do-not-reply at jboss.com
Mon Feb 12 06:44:52 EST 2007


Hi petemuir,

thanks for your quick reply!

But I just figured it out:
I use the RedirectFilter but haven't defined a redirect in pages.xml for the page when the outcome is null (I thought this wouldn't be necessary). Now I have:

  | <navigation from-action="#{personListManager.nextPerson()}">
  |     <redirect view-id="/person.xhtml" />
  | </navigation>
  | 
With this it's working now. By the way, is there a rule to redirect to the current page when the outcome is null or unknown?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014950#4014950

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



More information about the jboss-user mailing list