On 1/6/06, Niall Pemberton <[EMAIL PROTECTED]> wrote:
> This will be easier to do in Struts 1.3 because rather than having to have a
> custom RequestProcessor you simply need to replace the Command that gets the
> Action instance with your own version that instantiates a new Action every
> time. So rather than using o.a.s.c.c.s.CreateAction create your own
> implementation by extending AbstractCreateAction and implement getAction()
> method that does this.

<snip/>

> Again for the same reasons as above this should be straightforward to do in
> Struts 1.3 - you could use a property on the ActionMapping to flag this and
> replace the PopulateActionForm command with one that populates the Action.

<snip/>

> Niall

... and this is how I did it when I said earlier I played with these
approaches, so if anyone out there wants an example, just let me know
and I'll send you a url.

Hubert

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

Reply via email to