Re: List-backed properties

2003-03-06 Thread Johann Uhrmann
Jörg Maurer wrote: [...] > So i made in every action from class my own reset method called myReset(int prepare_for_count) - 2 advantages : 1.)as reset() is called always by framework(after each new request), i can´t manage session state in action form with this solution. exception to this case is

RE: List-backed properties

2003-03-06 Thread Jörg Maurer
Hi hans ! As my best practice, the thing missing is following : in any action form is a reset method per subclassing action from. 1st-class use of reset for me is to set every action form instance variable to some initialising state. so what is the initialising state of an array list? exactly, f