Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/Gotchas

------------------------------------------------------------------------------
  '''Tapestry Gotchas'''
  = initialize() =
- initialize() is sometimes mistaken for the method used 
+ 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 properities 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]

Reply via email to