Re: MESS!: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread Dakota Jack
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

Re: MESS!: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread Michael Jouravlev
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

MESS!: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread SIRAGHER, JOEL
__ > > 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

Re: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread Michael Jouravlev
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: > >

Re: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread Dakota Jack
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

Re: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread Dakota Jack
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

RE: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread SIRAGHER, JOEL
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=

RE: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-03-01 Thread SIRAGHER, JOEL
: 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

Re: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-02-28 Thread Michael Jouravlev
> 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

Re: multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-02-28 Thread Michael Jouravlev
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.

multiple submit buttons: LookupDispatchAction / ActionForward formdata missing

2006-02-28 Thread SIRAGHER, JOEL
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