Re: Default methodName for DispatchAction

2004-06-03 Thread Ron Grabowski
I get the digest so I don't know if this thread has completely died. Most (all?) of my Struts 1.1 Actions use a variation of this base class: public abstract class BaseLookupDispatchAction extends LookupDispatchAction { protected Map getKeyMethodMap() { return null; } public Acti

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
ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { === Thanks, Kunal -Original Message- From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 June 2004 11:53

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
response) throws Exception { === Thanks, Kunal -Original Message- From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 June 2004 11:53 To: 'Struts Users Mailing List' Subject: Default methodName for DispatchAction Hi All! I was wondering

Default methodName for DispatchAction

2004-06-01 Thread Kunal H. Parikh
Hi All! I was wondering if it were possible to have a "default" method called when there is no parameter matched or the parameter is null. TIA, Kunal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai