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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...