[jboss-user] [JBoss Seam] - Re: actions defined in pages.xml
youngm
do-not-reply at jboss.com
Thu Jun 28 11:51:45 EDT 2007
There was an error in my example it should actually be:
| <page view-id="/list.xhtml">
| <navigation>
| <rule if-outcome="detail">
| <render view-id="/detail.xhtml"/>
| </rule>
| </navigation>
| </page>
| <page view-id="/detail.xhtml" action="#{bean.loadDetail}"/>
|
But that doesn't work either....I'll file a bug.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058817#4058817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058817
More information about the jboss-user
mailing list