Yes, the form tag and the path attribute in struts-config.xml match.

Thanks,
Hari

-----Original Message-----
From: Abhishek Goel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 6:19 PM
To: Struts Users Mailing List
Subject: Re: Cannot find ActionMappings or ActionFormBeans collection


hi ,
check whether the action that you are using for the form tag in jsp matches
with
the
path attribute of the action tag in strutsconfig.xml.
it may be one of the reasons for error.
regards
abhishek.


Harinath wrote:

> When the Exception "javax.servlet.jsp.JspException: Cannot find
> ActionMappings or  ActionFormBeans collection"
> was thrown on my browser, the following exception was logged in the log
> file.
>
> javax.servlet.UnavailableException: Parsing error processing resource path
> /WEB-INF/struts-config.xml
>         at
>
org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.j
> ava:780)
>
> struts-config.xml is present in /WEB-INF/ directory of my web application.
>
> Thx,
> Hari
>
> -----Original Message-----
> From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 28, 2002 4:17 PM
> To: 'Struts Users Mailing List'
> Subject: RES: Cannot find ActionMappings or ActionFormBeans collection
>
> Hi,
> Look for struts.jar. This file must to be localized on your WEB-INF\LIB
from
> webapp container directory. If struts.jar is on another directory that
> doesn't is your webapp\WEB-INF\LIB and included in CLASSPATH you will
> probably receive this error.
> cheers,
> Gilson
>
> > ----- Mensagem original -----
> > De:           Harinath [SMTP:[EMAIL PROTECTED]]
> > Enviada em:           terça-feira, 28 de maio de 2002 00:34
> > Para:         struts
> > Assunto:              Cannot find ActionMappings or ActionFormBeans
> > collection
> >
> > Can somebody, tell me the cause of this exception. I think there is
> > something wrong with my configurations in
> > my struts-config.xml. But i am unable to figure out.
> >
> > javax.servlet.jsp.JspException: Cannot find ActionMappings or
> > ActionFormBeans collection
> >       at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:816)
> >       at
> > org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:528)
> >       at org.apache.jsp.logon$jsp._jspService(logon$jsp.java:88)
> >       at
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
> >
> > Thx,
> > Hari
> >
> >
> >
> > --
> > 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]>
>
> --
> 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]>

Reply via email to