From: <[EMAIL PROTECTED]>
my jsp has the following:
<html:submit property="method"><bean:message key="button.next"/></html:submit>

But I get the following error in tomcat:
javax.servlet.ServletException: Request[/mywizard1] does not contain handler parameter named 'method'.

Can someone save me from insanity?

No, but you can save yourself. :) First, what HTML is that JSP snippet generating? For some reason, the request that was submitted did not include a request parameter named 'method'.

Either the HTML isn't correct, or maybe that button wasn't actually clicked. (Is there JavaScript involved? Did you press enter in a text field instead of clicking the button?)

--
Wendy Smoak



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

Reply via email to