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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to