Re: SimpleDispatchAction error

2005-06-20 Thread Michael Jouravlev
On 6/20/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote: > I probably have found an error. It needs short description. > Each of ActionForms in my app uses two Action classes. One is > 'typical' form launched after submitting a form. Its execute method > forwards to next Action which sets data for n

Re: SimpleDispatchAction error

2005-06-20 Thread Janek Ziniewicz
I probably have found an error. It needs short description. Each of ActionForms in my app uses two Action classes. One is 'typical' form launched after submitting a form. Its execute method forwards to next Action which sets data for new form before displaying it. [..] --> PreAction1 --> ActionFor

Re: SimpleDispatchAction error

2005-06-17 Thread Michael Jouravlev
On 6/17/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote: > SimpleDispatchAction inherits from Action class not from DispatchAction. > At http://wiki.apache.org/struts/StrutsCatalogDispatchActionImproved you > can read: > "You can use a dispatch action without requiring configuration of a > parameter

Re: SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
SimpleDispatchAction inherits from Action class not from DispatchAction. At http://wiki.apache.org/struts/StrutsCatalogDispatchActionImproved you can read: "You can use a dispatch action without requiring configuration of a parameter attribute in struts-config.xml." My problem is that each

RE: SimpleDispatchAction error

2005-06-17 Thread McDonnell, Colm (MLIM)
The exception message Request[/login] does not contain handler parameter named 'null'. Implies that you either haven't defined the dispatch parameter or you haven't supplied a value for the dispatch parameter. Have you checked the API for DispatchAction, in particular the parts relating to the "