"petemuir" wrote :
| Try this:
|
| <pages>
| | <page view-id="/master.xhtml">
| | <navigation>
| | <rule if-outcome="viewDetail">
| | <redirect view-id="/detail.xhtml" />
| | </rule>
| | </navigation>
| | <param name="entryId" value="#{detail.entryId}"
/>
| | </page>
| | </pages>
| |
|
Indeed, it did the trick. I only had to change the scope of the 'detail' component
to at least CONVERSATION (I'm not quite sure why PAGE is not sufficient). Thanks a lot
for help!
Adam
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026975#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...