[jboss-user] [JBoss Seam] - Re: Empty pages using Facelets

monkeyden do-not-reply at jboss.com
Fri Aug 10 00:32:41 EDT 2007


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



More information about the jboss-user mailing list