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
for the dispatch parameter. Have you checked the API for DispatchAction, in particular the parts relating to the "parameter" attribute of a dispatch action mapping. -Original Message- From: Janek Ziniewicz [mailto:[EMAIL PROTECTED] Sent: 17 June 2005 13:23 To: user@struts.apache.org S

RE: SimpleDispatchAction error

2005-06-17 Thread McDonnell, Colm (MLIM)
arts relating to the "parameter" attribute of a dispatch action mapping. -Original Message- From: Janek Ziniewicz [mailto:[EMAIL PROTECTED] Sent: 17 June 2005 13:23 To: user@struts.apache.org Subject: SimpleDispatchAction error Hello again, all my action classes are der

SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
Hello again, all my action classes are derived from SimpleDispatchAction class. After submitting a form I am forwarded to desired page but always get a following error. Logs of my app show that after each submitting to POSTs are sent. First forwards me to next page, second produces an error. Any

SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
Hello again, all my action classes are derived from SimpleDispatchAction class. After submitting a form I am forwarded to desired page but always get a following error. Logs of my app show that after each submitting to POSTs are sent. First forwards me to next page, second produces an error