on 1/5/2001 1:20 PM, "Diethelm Guallar, Gonzalo"
<[EMAIL PROTECTED]> wrote:

> I'm doing an
> 
> ActionLoader.getInstance().exec(data, "Foo");
> 
> to execute action Foo. This ends up calling method
> Foo.doPerform(data, context). Is there a way to
> specify which method within Foo you want to execute?
> Something like
> 
> ActionLoader.getInstance().exec(data, "Foo", "doContinue");
> 
> would be really nice.  Thanks,

Ohhh...good idea! :-)

Actually though instead of passing in the method, you should enhance
ActionLoader to be "aware" of Actions that extend ActionEvent. Oh wait, that
wouldn't work since you might not have anything in the ParameterParser for
that. Hmmm...well, submit a patch that adds the extra column to exec().

thanks,

-jon

-- 
Honk if you love peace and quiet.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to