the name of the form bean is projectForm with small "p" compared to the bean
class ProjectForm with big "P". make sure u use projectForm with small "p"
in ur form action definition.

ct.

-----Original Message-----
From: Sudhir [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 14 May 2002 4:17 PM
To: [EMAIL PROTECTED]
Subject: Bean Definition


Hi,

I have defined my bean definition as 

    <form-bean      name="projectForm"
                    type="org.apache.struts.webapp.example.ProjectForm"/>

when i try to call the page, it is giving the following error.

javax.servlet.ServletException: Cannot retrieve definition for form bean
ProjectForm

Can anybody tell me how to define the bean

Thanks and Best Regards,

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

Reply via email to