Hi Alberto, Thanks. But could you elaborate it a little bit? How can I call the "clean()"? in the page specification?
Thanks, Henry -----Original Message----- From: Alberto Lepe [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 11:08 AM To: Tapestry users Subject: Re: components in the page won't reload Just create a method named for example, clean() and at the fist tapestry element of that component (before any other), call it. That is the simple way to do it. Please visit: www.tapestryforums.com and join us! A. Lepe 2005/5/26, Henry Chen <[EMAIL PROTECTED]>: > Hi, > > I have a page that uses a component that I wrote. In the pageBeginRender() > of that component I need to do some initialization every time it is shown. > But I found the pageBeginRender() was actually been called only once, when I > first visited the page. How can I work around this? I need to call the > pageBeginRender() every time the component is used. Thanks a lot! > > > Henry > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
