This is probably a dumb question, but...
Do I need to do anything special in order to invoke an action from another
action?
At the end of a doPerform() method I want to trigger a separate action. Can
I just do this?:
OtherAction oa = new OtherAction();
oa.doPerform(data, context);
I'll probably try this anyway, but I thought I would ask just in case there
are any non-obvious consequences.
Thanks,
Scott
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>