On 7/6/05, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote:
>  Hi All,
> 
>  I have an Action Form associated with a JSP and an Action class.
>  When I try to access the JSP page, it throws the following exception.
> 
>  "javax.servlet.ServletException: [ServletException in:XXX/YYY.jsp]
> Can't find form bean for ZZZForm"
>  " at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
> tImpl.java:565)"
> 
>  I checked my entries in struts-config file but they are proper.  My
> environemnt here has struts 1.1 in WSAD 5.0.
> 
What does the relevant parts of struts-config look like? Do form
definition and action mapping match? What's the scope?

The only time I have seen this is when my struts-config has been
wrong, but this might not be the case here.

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

Reply via email to