Re: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Mark Lowe
uts Users Mailing List Subject: Re: [SOLVED] Default methodName for DispatchAction You should look at the source code for the version of DispatchAction and LookupDispatchAction (available either from a download of src or the cvs repository). Older builds just threw an exception if LDA didn'

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Kamholz, Keith (corp-staff) USX
- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 2:58 PM To: Struts Users Mailing List Subject: Re: [SOLVED] Default methodName for DispatchAction You should look at the source code for the version of DispatchAction and LookupDispatchAction (available either from a do

Re: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Mark Shifman
ne of the buttons... - Keith -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:21 AM To: Struts Users Mailing List Subject: Re: [SOLVED] Default methodName for DispatchAction With the stable release of 1.1 you need to pass the parameter through u

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Nicholas L Mohler
at I do, even if I click on one of the buttons... - Keith -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:21 AM To: Struts Users Mailing List Subject: Re: [SOLVED] Default methodName for DispatchAction With the stable release of 1.1 y

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Kamholz, Keith (corp-staff) USX
unspecified' method no matter what I do, even if I click on one of the buttons... - Keith -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:21 AM To: Struts Users Mailing List Subject: Re: [SOLVED] Default methodName for DispatchActio

Re: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Martin Gainty
quot; <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 10:00 AM Subject: RE: [SOLVED] Default methodName for DispatchAction > Hm > It's not working for me. I have a form with 4 different submit buttons. > I'm trying to get it to execute the 'unspecified'

Re: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Mark Lowe
s L Mohler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:37 AM To: Struts Users Mailing List Subject: RE: [SOLVED] Default methodName for DispatchAction Most likely the "browseType" parameter is not defined in you page, so it is not submitted. If you're using the

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Kamholz, Keith (corp-staff) USX
frustrating... - Keith -Original Message- From: Nicholas L Mohler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:37 AM To: Struts Users Mailing List Subject: RE: [SOLVED] Default methodName for DispatchAction Most likely the "browseType" parameter is not defined

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Nicholas L Mohler
<[EMAIL PROTECTED]> | | cc:

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Kamholz, Keith (corp-staff) USX
01, 2004 10:11 PM To: 'Struts Users Mailing List' Subject: RE: [SOLVED] Default methodName for DispatchAction Hi All! Just went through the source code. This problem can be attacked by overriding the method unspecified(...) === public ActionForward unspecified(

RE: [SOLVED] Default methodName for DispatchAction

2004-06-02 Thread Kamholz, Keith (corp-staff) USX
] Sent: Tuesday, June 01, 2004 10:11 PM To: 'Struts Users Mailing List' Subject: RE: [SOLVED] Default methodName for DispatchAction Hi All! Just went through the source code. This problem can be attacked by overriding the method unspecified(...) === public

RE: [SOLVED] Default methodName for DispatchAction

2004-06-01 Thread Kunal H. Parikh
Hi All! Just went through the source code. This problem can be attacked by overriding the method unspecified(...) === public ActionForward unspecified( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse