[jboss-user] [JBoss Seam] - actions defined in pages.xml
youngm
do-not-reply at jboss.com
Wed Jun 27 15:50:19 EDT 2007
I'm attempting to get the hang of pages.xml. If I do:
| <page view-id="/list.xhtml">
| <navigation if-outcome="detail">
| <render view-id="/detail.xhtml"/>
| </navigation>
| </page>
| <page view-id="/detail.xhtml" action="#{bean.loadDetail}"/>
|
When I navigate from /list.xhtml to /detail.xhtml the #{bean.loadDetail} expression is never called. However if I just hit /detail.xhtml directly the action is called. Is this a bug or expected behaviour of some sort?
Mike
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058401#4058401
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058401
More information about the jboss-user
mailing list