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,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
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