Linking DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your Linking DispatchActions document

Linking DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your Linking DispatchActions document

Linking DispatchActions

2005-02-18 Thread Justin Moore
Hello Everyone, I have a question about linking DispatchActions. I have two DispatchActions (Action1 and Action2). Both Actions have the same method signatures that look like this: -- public class Action1

Re: Linking DispatchActions

2004-05-17 Thread Nicholas L Mohler
| | To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> | | cc:

Linking DispatchActions

2004-05-17 Thread Guillermo Meyer
Hi: I have 2 Action classes (ActionA, ActionB) that extends DispatchAction class. Each Action has 3 methods: method1, method2 and method3. This is the executing scenario: 1) a post is made to ActionA.do with parameter set to "method3". 2) DispatchAction execute method3 according to parameter value