Re: (S2) submit question

2007-05-09 Thread Laurie Harper
Ray Clough wrote: I'm obviously missing something. Am I understanding this scenario correctly: I have 2 methods in my Action class: 'init' and 'save'. The 'init' method instantiates an instance variable 'myList', which is available to the jsp page thru a 'getList' method. The page is loaded

Re: (S2) submit question

2007-05-09 Thread Ray Clough
I'm obviously missing something. Am I understanding this scenario correctly: I have 2 methods in my Action class: 'init' and 'save'. The 'init' method instantiates an instance variable 'myList', which is available to the jsp page thru a 'getList' method. The page is loaded and the 'myList' p

Re: (S2) submit question

2007-05-09 Thread Dave Newton
--- Ray Clough <[EMAIL PROTECTED]> wrote: > Is the creation of a new instance the standard > behavior - I can't believe it is, because that would > make the whole 'thread-safe' model in S2 pointless. That's *why* it's thread-safe. d.