"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to