[jboss-user] [JBoss Seam] - Re: actions defined in pages.xml

Delphi's Ghost do-not-reply at jboss.com
Wed Jun 27 17:16:18 EDT 2007


I forget what the difference is between render and redirect, but I usually use redirect in pages.xml.


  | 
  |     <page view-id="/list.xhtml">
  |     	<navigation if-outcome="detail">	
  |     		<redirect view-id="/detail.xhtml"/>
  |     	</navigation>
  |     </page>
  |     <page view-id="/detail.xhtml" action="#{bean.loadDetail}"/>
  | 	
  | 

Give that a whirl...


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

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



More information about the jboss-user mailing list