I'm not trying to hijack the original post, but does anyone know how to get
around the error caused by pressing 'Enter' to submit a form that has
multiple submit buttons.  I use the LookupDispatchAction and it works
perfectly when clicking on a button, but I get an error when I press
'Enter'.
Thanks!


Keith Kamholz
IT - Programming and Architecture
Moog Inc.





-----Original Message-----
From: Rick Reumann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 4:04 PM
To: Struts Users Mailing List
Subject: Re: LookUpDispatchAction :does not contain handler parameter
named ...


shankarr wrote:
> Hi!
> 
> I am getting an exception which reads like this : *:does not contain 
> handler parameter named empfieldsaction
> *
> I have the following jsp.
> 
> <html:form action="StartCustomFieldCreation.do">
> <input type = hidden name="module" value="Leads" >
> Leads Custom Fields &nbsp; <html:submit property="empfieldsaction"> 
> </html:submit>
> </html:form>
> <br>

I hate the LookupDispatchAction compared to the regular DispatchAction. 
I started out using it thinking it would be nice, but down the line it 
ends up being a pain, more so from the standpoint of being "unituitive." 
For example later on you might want to pass in a parameter through 
javascript or a url to the same LookupDispatchAction... well now you 
have to make a "button name" for it in your resources file just so you 
can get the lookupDispatchAction can work correctly. It gets annoying in 
my opinion. I understand the concept of the LookupDispatchAction and for 
simple cases it's fine. Ayway, I digress...

What are you passing in for the value of empfieldsaction? You have to 
make sure that both that value is found as the key in your map in your 
LookupDispatchAction and also there is  key/value for it in your 
resources file.

-- 
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to