Related to this I making my pages inherit from a common base class with some properties. As I don't want to copy and paste lots of property-specification's in each of my .page files I use concrete properties and care to reset them.
The bottom line is that I don't think that abstract properties make unnecessary to reset state, unless there is another way of doing what I trying to do. Regards > initialize() dates back to 2.x, and was a hook to reset state. > Abstract properties in 3.0 made this unncessary. In addition, there > are listener interfaces (PageAttachListener and PageDetachListener) to > support this behavior much more nicely. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
