The Action class is not the controller. The controller is the class that
chooses the Action class.
On 3/1/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
>
> On 3/1/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> > I got the ok on switching to 1.2.8, and I will also try your method this
> > afte
On 3/1/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> I got the ok on switching to 1.2.8, and I will also try your method this
> afternoon. I appreciate everyones responses. In the mean time, I have
> some design issues and questions:
>
> Does the old lookupdispatch action sometimes loose stuff th
__
>
> From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
> Sent: Tue 2/28/2006 4:15 PM
> To: Struts Users Mailing List
> Subject: Re: multiple submit buttons: LookupDispatchAction /
ActionForward formdata missing
>
>
>
> > On 2/28/06, SIRAGHER, JOEL <[EMAI
ev [mailto:[EMAIL PROTECTED]
> Sent: Tue 2/28/2006 4:15 PM
> To: Struts Users Mailing List
> Subject: Re: multiple submit buttons: LookupDispatchAction / ActionForward
> formdata missing
>
>
>
> > On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
>
>
P.S. The lookup dispatch action is a new and improved version at
www.michaelmcgrady.com, not the bad one in Struts.
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
>
> Greetings:
>
> I've been debugging now for a while, and don't know where to continue
> looking.
>
> I'm doing multiple sub
LookupDispatchAction is horrid. Use one of the varieties found at
www.michaelmcgrady.com under buttons. You also don't need to change from
1.1 to 1.2.7. You just need the class, which you can put in yourself.
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
>
> Greetings:
>
> I've been d
submit buttons: LookupDispatchAction / ActionForward
formdata missing
> On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
By the way, LookupDispatchAction is not the best choice to dispatch
events. I suggest you to use this one:
http://issues.apache.org/bugzilla/attachment.cgi?id=
: LookupDispatchAction / ActionForward
formdata missing
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> I'm doing multiple submit buttons on my struts/jsp 1.1 page. My
> debugger takes me to the correct action, but the action has no form data
> in it.
...
> Re
> On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
By the way, LookupDispatchAction is not the best choice to dispatch
events. I suggest you to use this one:
http://issues.apache.org/bugzilla/attachment.cgi?id=17724 You will
also need ActionDispatcher class from Struts 1.2.7+ distro.
Michae
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> I'm doing multiple submit buttons on my struts/jsp 1.1 page. My
> debugger takes me to the correct action, but the action has no form data
> in it.
...
> RetrieveFormBean dataForm = (RetrieveFormBean) form;
>// form data comes back null.
Greetings:
I've been debugging now for a while, and don't know where to continue
looking.
I'm doing multiple submit buttons on my struts/jsp 1.1 page. My
debugger takes me to the correct action, but the action has no form data
in it. On the jsp side, I am entering data, etc.
Do I have to put
11 matches
Mail list logo