In that case, do you really need to use the <html:form> tag? Wouldn't the regular HTML <form> tag meet your needs instead?
-- Martin Cooper ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 27, 2001 10:28 PM Subject: Re: Create button instead of html:link to JSP page > >>>>> "martin" == martin cooper <[EMAIL PROTECTED]> writes: > > martin> The reason you are getting this error is that your action mapping does not > martin> specify a form bean. > > Yes, I figured this out, but this is sort of annoying, as I don't NEED a form > bean for this page. I ended up defining a completely empty one, which works. > > -- > =================================================================== > David M. Karr ; Best Consulting > [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004) > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

