[jboss-user] [JBoss Seam] - Re: actions defined in pages.xml
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Jun 27 18:30:59 EDT 2007
"youngm" wrote : 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
Um, it should work, I think...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058462#4058462
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058462
More information about the jboss-user
mailing list