Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "Gotchas" page has been changed by BobHarner. http://wiki.apache.org/tapestry/Gotchas?action=diff&rev1=21&rev2=22 -------------------------------------------------- + || WARNING: This page refers to older versions of Tapestry. For Tapestry 5 see [[http://tapestry.apache.org/frequently-asked-questions.html]] || + '''Tapestry Gotchas''' = initialize() = initialize() is sometimes mistakenly used as the place to initialize properties of a page. Actually, initialize() is used to set properties to the state they should be in when returned to the pool--in other words, when you are done with the page (typically set properties to null). Instead, implement PageRenderListener and then initialize your properties in pageBeginRender(). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
