As it turns out, the pages relied on page actions.  Somehow these weren't being 
called before value binding methods when tested under a heavy load.  Is there a 
guarantee that they will be called right after @Create?  

Also, is there any functional difference between:

<page view-id="/searchResults.xhtml" action="#{nemAppManager.initAction}">
  |     <!-- some navigation rules -->
  | </page>

and

<page view-id="/searchResults.xhtml">
  |     <action execute="#{appManager.initAction}" />
  |     <!-- some navigation rules -->
  | </page>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072818#4072818

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072818
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to