[jboss-user] [JBoss Seam] - Re: Redirect and GET parameters

alllle do-not-reply at jboss.com
Tue Jan 22 12:05:06 EST 2008


"skanky78" wrote : hi,
  | 
  | try the following in your pages.xml
  | 
  | 
  |   | <page view-id="/home.jsp">
  |   |   <navigation>
  |   |     <rule if-outcome="viewArticle">
  |   |       <redirect view-id="/article.jsp" >
  |   |         <param name="articleId" value="#{param.articleId}" />
  |   |       </redirect>
  |   |     </rule>
  |   |   </navigation>
  |   | </page>
  |   | 
  | 
  | Just want to close the loop: yep, this worked! Thanks!
  | 
  | cheers,
  | sven

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

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



More information about the jboss-user mailing list