So anytime i click on a link that implements PageRenderListener and I
have a debug message in pageBeginRender, this debug should show up
correct?
public void pageBeginRender(PageEvent event){
log.info("In pageBeginRender");
// initialize some things....
}
I am only seeing the log message the first time I go to the page. Is
there something I am doing wrong?
~chris
On 8/8/05, Pablo Ruggia <[EMAIL PROTECTED]> wrote:
> pageBeginRender is called not only before creation. It get's called before
> any rendering (also before it starts rewinding).
>
> On 8/8/05, Chris Chiappone <[EMAIL PROTECTED]> wrote:
> >
> > It is true that the pageBeginRender method always gets called on page
> > creation correct? The reason I'm asking is that I put a debug
> > statement in the method and only see it print the first time i visit
> > the page. Subsequent visits to the page don't show the debug message.
> > --
> > ~chris
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
--
~chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]