From: "Jonathan M Z" <[EMAIL PROTECTED]>
> I have a simple form in struts:
> <html:form  action="logon.do" focus="userName">
> <html:text property = "userName"/>
> </html:form>
> I get an exception when the jsp page is rendered
> [Servlet Error]-[/Login.jsp]:
> javax.servlet.jsp.JspException: Cannot retrieve
> definition for form bean null
> what's wrong?

Try it without the ".do":
  <html:form  action="logon"  ... >

If that doesn't work, post the relevant part of struts-config.xml.

-- 
Wendy Smoak

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

Reply via email to