On 3/7/06, Yariel Ramos Moreno <[EMAIL PROTECTED]> wrote: > When I execute my application in Mozila Firefox, pressing Enter in the input > area, it works fine and forwards to showSearch correctly. But when execute it > in Internet Explorer, I get the following exception: > > SEVERE: Servlet.service() for servlet action threw exception > javax.servlet.ServletException: Request[/search] does not contain handler > parameter named searchType
Sometimes some browsers (I could not find a system in this) do not send a submit element when you hit Enter. Sometimes they send the first submit element on a form. So, you need to handle situation when no submit buttons is sent. This would be a "keyboard submit" or "default submit". Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]