Re: How to chain Actions

2002-05-27 Thread Damien VIEL
object. Regards, Dams - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 27, 2002 12:50 PM Subject: How to chain Actions How do I best chain Actions? For example one to save data from a formular and one for getting the data for the new page

Re: How to chain Actions

2002-05-27 Thread Ted Husted
The best thing, really, is to have a business object to do each thing. You can then call one, the other, or both from an Action. In practice, the Action should be less like a method and more like a macro. It just calls this business method or that business method, or this one and then that one.

How to chain actions?

2001-12-12 Thread Alex Colic
Hi, I have an action class that does one thing. I have another action class that does another thing. How can I have a page that populates a form and submits to one action class and then pass off the form to another action class for further work? Thanks Alex -- To unsubscribe, e-mail: