HI Viru, I have all these setting in my web.xml but still i face the same problem. I get the following error
Exception Report: javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:442) at org.apache.jsp.test_jsp._jspService(test_jsp.java:300) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja va:200) Root Cause:javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:858) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:543) at org.apache.jsp.test_jsp._jspService(test_jsp.java:95) I have placed the resource file in all directories. ie. web-inf ,web-inf/classes etc if u have a small applciation which uses the resouce file then i could use that and conform that my installation is fine. Rgds, Dummu. ----- Original Message ----- From: "virupaksha" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 6:57 AM Subject: Re: BEGINEER FOR STRUTS > Dear mahavir, > > check your web.xml file for tag lib configuration. > try to configure your tag lib as follows . > > <taglib> > <taglib-uri>strutsbean</taglib-uri> > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location> > </taglib> > <taglib> > <taglib-uri>strutshtml</taglib-uri> > <taglib-location>/WEB-INF/struts-html.tld</taglib-location> > </taglib> > <taglib> > <taglib-uri>strutslogic</taglib-uri> > <taglib-location>/WEB-INF/struts-logic.tld</taglib-location> > </taglib> > <taglib> > > > it should work.. > > Regards, > virupaksha > ----- Original Message ----- > From: "mahavir" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 28, 2003 12:05 PM > Subject: BEGINEER FOR STRUTS > > > i am begineer for struts,i ahd installed all the files needed for it but it > is giving the following error,as the all *.tld files are in tis proper > locations > > Unable to open taglibrary /WEB-INF/struts-bean.tld : Could not locate TLD > /WEB-INF/struts-bean.tld > > can u help me > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

