0 Replies Latest reply on Apr 28, 2008 2:48 PM by arielfernando

    Extecute method before page render

      Hi, I need to execute a method before page render (reattach a mapping hibernate - database object to current session).

      Now I'm using follow trick:

      <a4j:outputPanel render="bean.reattach" /> and put it at begining of page. But, the answer is, if any body knows a better way to do this task.

      Maby using <a4j:page> but, I dont known.