Re: RE:BEGINEER FOR STRUTS

2003-08-29 Thread dummu
Hi Chris,

  I did what you have said but still i face the same problem.
Do you have a small program which users this properties and just display a
message so that i can used it directly to check if there is some thing wrong
in my installation.

Rgds,
Dummu.


- Original Message -
From: Christopher Jones (DHL UK) [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 6:18 PM
Subject: RE:BEGINEER FOR STRUTS


 mahavir

 Make sure the message-resources tag is in the struts-config.xml and
 that it refers to a file in a directory on your classpath.
 eg:
 message-resources parameter=ApplicationResources/

 and then have a file called ApplicationResources.properties in the
 WEB-INF/classes directory of your application.

 Chris

 -
 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]



Re: BEGINEER FOR STRUTS

2003-08-29 Thread dummu
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-uristrutsbean/taglib-uri
 taglib-location/WEB-INF/struts-bean.tld/taglib-location
   /taglib
   taglib
 taglib-uristrutshtml/taglib-uri
 taglib-location/WEB-INF/struts-html.tld/taglib-location
   /taglib
   taglib
 taglib-uristrutslogic/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]



Cannot find ActionMappings or ActionFormBeans collection

2003-08-27 Thread dummu
Hi ,

I am getting the following exception can you please help me out as you have faced the 
same exception.

Exception Report:
javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans 
collection
 at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.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.java:200)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:453)

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)
 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.java:200)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:453

Rgds,
Dummu.