[jboss-user] [JBoss Seam] - Re: Seam & Trinidad.
adamkoprowski
do-not-reply at jboss.com
Sun Mar 11 15:17:29 EDT 2007
"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#4026975
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026975
More information about the jboss-user
mailing list