DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34663>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34663





------- Additional Comments From [EMAIL PROTECTED]  2005-04-30 00:48 -------
(In reply to comment #3)

>   The error was cause by Internet Explorer because it has a concept of a 
> default submit action when enter is pushed. So it submits the form to the 
> server but with no specified method parameter because no button was pushed.  
> And if you have a page with multiple submit buttons (which is the whole point 
> of using a LookUpDispatchAction class), the &method='someMethodName' will 
> always be dropped.

I agree that this is worth documenting - we don't (to my knowledge) have any 
specific docs on the 3 DispatchAction flavours except for the javadoc. Patches 
for the javadoc are welcome, or you can start something yourself on the wiki. 

> You can assume in your LookupDispatchAction that if the "Unspecified" method 
> is called, the user pushed enter and didn't actually click one of the submit 
> buttons.  But is it safe to make that assumption(it certainly isn't 
documented 
> anywhere that I could find. Hence the initial bug report).

I'm not really sure what else you want - since the unspecified method is 
provided for this situation. If you want a "default" method called then all you 
have to do is implement that behaviour in the unspecified method.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to