Re: Buttons and DispatchActions

2006-02-22 Thread Michael Jouravlev
On 2/22/06, Fali <[EMAIL PROTECTED]> wrote: > Moosbauer, I use MappingDispatchActions and they work fine for me. I enter > the name of the method in the actual Action definition in the > struts-config.xml using the attribute called "parameter" ... ... Once in the > mapped method, I know what bu

Re: Buttons and DispatchActions

2006-02-21 Thread Michael Jouravlev
See here: http://issues.apache.org/bugzilla/show_bug.cgi?id=38343 Use this: http://issues.apache.org/bugzilla/attachment.cgi?id=17724 Michael. On 2/21/06, Holger Moosbauer <[EMAIL PROTECTED]> wrote: > Hi, > > > > We're using Dispatch Actions in our project. My question: How do you set the > metho

Buttons and DispatchActions

2006-02-21 Thread Holger Moosbauer
Hi, We're using Dispatch Actions in our project. My question: How do you set the method? In the request after (or before) using button (submit) tag? ... I wrote a filter which assembles the proper Request (and some values, if needed) ... That looks like that on JSP The property va