Age Mooy wrote:
> 
> > When I doSomethingelse I get a NullPointerExeption on sMyString.length(). So
> > I guess sMyString isn't a allocated String at that time.
> > Is there a way to do this ?
> 
> Not like this. Action objects get created afresh for each request I think.
> 

Actually if you have the module cache turned on, only one Action of each
type is used.  Actions must be threadsafe.  This means no non-final
attributes.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to