I am positive that its not being cached.  I can see some other output
in the logs associated with the page but do not see me debug for
pageBeginRender.  Also my initializations don't seem to be occuring
either.

On 8/8/05, Greg Ward <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
~chris

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

Reply via email to