On 08 August 2005, Chris Chiappone said:
> 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?

Are you dead sure your browser isn't caching the page?  Use ethereal or
tcpdump to sniff the connection and see what's really going over the wire.
Or clear your browser's cache.

        Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to