[jboss-user] [JBoss Seam] - Re: Action execution upon page load

piotr.walczyszyn do-not-reply at jboss.com
Tue Jan 15 12:09:45 EST 2008


Probably you could also use this:

  | ...
  | <f:view beforePhase="#{pageLoadCallback.beforePhase}">
  | ...
where 
...
  | public class PageLoadCallback {
  | 
  |     public void beforePhase(PhaseEvent event) {
  | ...
  | 

hope it helps

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120171



More information about the jboss-user mailing list