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

pete.muir@jboss.org do-not-reply at jboss.com
Sun Dec 30 13:48:47 EST 2007


There is currently no support for this, but you can fake it by doing something 

<h:outputText rendered="#{foo.action}" />

public boolean action() {
  |    // Do work
  |    return false;
  | }

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

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



More information about the jboss-user mailing list