[jboss-user] [JBoss Seam] - Re: Redirect and GET parameters
skanky78
do-not-reply at jboss.com
Wed Dec 19 16:45:29 EST 2007
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>
|
cheers,
sven
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114404#4114404
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114404
More information about the jboss-user
mailing list