Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Dharmendra Singh
Dear You have given wrong Tag uri in index.jsp.U should give the logical name whatever u have given in web.xml. bye Dharmendra On 2/27/06, red phoenix <[EMAIL PROTECTED]> wrote: > > I have solve this problem,because I missing some jars files in lib > directory. > Thanks. > > > On 2/27/06, Deni

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread red phoenix
I have solve this problem,because I missing some jars files in lib directory. Thanks. On 2/27/06, Denis Ling <[EMAIL PROTECTED]> wrote: > > > action > org.apache.struts.action.ActionServlet > > application > resources.application > > > config > /WEB-INF/struts-config.xml

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
action org.apache.struts.action.ActionServlet application resources.application config /WEB-INF/struts-config.xml debug 2 detail 2 validate true 2 Can you remove the paragraph that remarked re

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
action org.apache.struts.action.ActionServlet application resources.application config /WEB-INF/struts-config.xml debug 2 detail 2 validate true 2 Can you remove the paragraph that remarked re

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Tamas Szabo
Hi, I think I saw this error a while ago and if I remember it right some jar files were missing from WEB-INF/lib. Check that you have all the jars that are in struts-blank.war for example in WEB-INF\lib. This might be the problem if not sorry, Tamas On 2/27/06, red phoenix <[EMAIL PROTECTED]>

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread red phoenix
I use But it still raise same error. On 2/27/06, Denis Ling <[EMAIL PROTECTED]> wrote: > > > > ... > > > > You should remove the suffix of "log.do". In other words you can use > "log" > instead of "log.do" . > > good luck for you! > > > 2006/2/27, red phoenix <[EMAIL PROTECTED]>: > > > > I

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
... You should remove the suffix of "log.do". In other words you can use "log" instead of "log.do" . good luck for you! 2006/2/27, red phoenix <[EMAIL PROTECTED]>: > > I use Struts struts-1.2.8,when I execute my JSP file,it raise following > error: > > javax.servlet.ServletException: Ca

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Frank W. Zammetti
Is that the *COMPLETE* struts-config.xml listing? If so, it's not complete and wouldn't be parsed properly, and hence the collections named in the stack trace wouldn't have been created. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fz

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Peter . Zoche
-Ursprüngliche Nachricht- I think in your jsp has to be if you have told your web.xml to map all *.do requests to struts like this YourAppName org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml 1 YourAppName *.do Hope that helps

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Fulgencio Comendeiro, Eduardo
In your jsp don't have property prop1, prop2 mailto:[EMAIL PROTECTED] Enviado el: martes, 15 de noviembre de 2005 12:15 Para: user@struts.apache.org Asunto: Cannot find ActionMappings or ActionFormBeans collection Hi guys, I have searched some posts about this subject, but not a valid s

Re: Re: Cannot find ActionMappings or ActionFormBeans

2005-09-18 Thread T West
sr/local/tomcat/webapps/DatabaseRetrieval/src > 2005-09-18 12:29:11 Creating expanded file src/build.xml > 2005-09-18 12:29:11 Am processing entry struts-config.xml > 2005-09-18 12:29:11 Creating expanded file struts-config.xml > 2005-09-18 12:29:11 Am processing entry struts-html.tld

Re: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread Laurie Harper
Those aren't startup errors, they're from attempting to access and index.jsp. The root of the problem is probably something going wrong on startup. What's in your Tomcat log files immediately after Tomcat starts (before you try to access the web application)? L. T West wrote: I'm developing

Re: Cannot find ActionMappings or ActionFormBeans collection

2005-04-20 Thread Erik Weber
Apparently the Exception you encountered is thrown when this method returns null: /** * Return the current ModuleConfig object stored in request, if it exists, * null otherwise. * This method can be used by plugin to retrieve the current module config * object. If no moduleConfig is found, this m

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Hi Sunny, Thanks, I will try it out. Uma -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 10:10 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection do some thing like this. ArticleForm: change

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Sunny
do some thing like this. ArticleForm: change the "keywords" to be a blank String instead of null private String keywords = ""; -- Action: execute ( ) method { ArticleForm articleForm = (ArticleForm) form; String kw = articleForm.getKeywords(); re

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Eddie Bush
ist'" <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 9:32 AM Subject: RE: Cannot find ActionMappings or ActionFormBeans collection I am having similar problems, check my email today sent. DO you know what's causing my problem? -Original Message- From: uma.k [mail

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Hollaway, Shedrick L CIV TRIREFFAC
Uma, this should help, based on tomcat\webapps\jg1\articles\Template.jsp Shed. -Original Message- From: uma.k [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 7:21 To: 'Struts Users Mailing List' Subject: RE: Cannot find ActionMappings or Actio

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread S.B.
I am having similar problems, check my email today sent. DO you know what's causing my problem? -Original Message- From: uma.k [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 6:39 AM To: 'Struts Users Mailing List' Subject: RE: Cannot find ActionMappings or

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Webmaster
se keep us informed, Martin Gainty -Original message- From: Sunny [EMAIL PROTECTED] Date: Mon, 13 Dec 2004 02:08:02 -0500 To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Cannot find ActionMappings or ActionFormBeans collection > Do following changes: > >

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Dakota Jack
From: Eddie Bush [mailto:[EMAIL PROTECTED] > Sent: Monday, December 13, 2004 11:54 AM > To: Struts Users Mailing List > Subject: Re: Cannot find ActionMappings or ActionFormBeans collection > > In order to have a request properly setup, you need to be going through the > controller

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
I am putting my jsp's under tomcat\jg1\articles\*.jsp Uma -Original Message- From: S.B. [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 7:51 PM To: 'Struts Users Mailing List' Subject: RE: Cannot find ActionMappings or ActionFormBeans collection Where are you p

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread S.B.
Where are you putting jsp file? In which folder? Is it under pages directory? --- Begin Message --- Title: RE: Cannot find ActionMappings or ActionFormBeans collection Hi Bush, Its confusing me. How do I call an Action without the Template.jsp form being submitted? My Action and ActionForm

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Subject: Re: Cannot find ActionMappings or ActionFormBeans collection Uma, That's being generated by the RequestProcessor. That means your ActionServlet instance loaded and is probably setup right. Do you have an action in your struts-config with a path of "/test1"? I'm bet

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Mohamed, Yes, Its right, I did not paste all of the code as its lengthy. Uma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 5:38 PM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
s-blank.war) that's a boiler-plate web application. That might be a good place to start your own test. Good Luck, Eddie - Original Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Mohamed . Abdulkhaliq
t> cc: Subject: Re: Cannot find ActionMappings or ActionFormBeans collection 12/13/2004 05:30

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Eddie Bush
e web application. That might be a good place to start your own test. Good Luck, Eddie - Original Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 5:52 AM Subject:

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
.dtd";> Uma -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 3:23 PM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection hi, there is *no need* to add struts-bean.tld a

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Hello Sunny, I am using Tomcat 4.0. And Tomcat uses JDK classpath, my JDK classpath is set in the environment variables in Windows. The classpath that I have given you is the one that I am using. I have tried your test programme, using the http://localhost:8080/test/test1.do and I get java.lang.C

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Sunny
hi, there is *no need* to add struts-bean.tld as she is *not* using any bean tags uma, please paste your tomcat's class path. mail your setclasspath.sh(linux) or setclasspath.bat(windows) or whatever file in which you are setting tomcat's class path also try creating a normal jsp ( no form sub

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Sunny <[EMAIL PROTECTED]To: Struts Users Mailing List <[EMAIL PROTECTED]> t> cc: Subject: Re: Cannot find ActionMappings or ActionFormBeans collecti

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread uma.k
Hi Sunny, I checked the classpath and its perfect. No issues with classpath. This is my first Struts page, I have no other pages. Uma -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:11 PM To: Struts Users Mailing List Subject: Re: Cannot find

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-13 Thread Mohamed . Abdulkhaliq
Struts Users Mailing List <[EMAIL PROTECTED]> t> cc: Subject: Re: Cannot f

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
Are you able to Get other pages working? e.g. : login.do This kind of error comes *only* when ActionServlet itself is not initialised / not mapped. uma.k wrote: No, Nothing helped me. I still get that error and I cannot call Template.do as the tomcat gives error that the file is not found. --

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
Do following changes: your struts-config: your Template.jsp . uma.k wrote: Hi Bush, Its confusing me. How do I call an Action without the Template.jsp form being submitted? My Action and ActionForm are i web-inf/classes/articles folder. M

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
No, Nothing helped me. I still get that error and I cannot call Template.do as the tomcat gives error that the file is not found. -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 12:38 PM To: Struts Users Mailing List Subject: Re: Cannot find

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
use http://localhost:8080/test/Template.do instead of http://localhost:8080/test/Template.jsp uma.k wrote: Hi Eddie, Are you saying that put a link to this jsp and pass this jsp through the controller? Buts its a simple jsp and it doesn't require any Actions. Any explanation on this please?

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
Hi Eddie, Are you saying that put a link to this jsp and pass this jsp through the controller? Buts its a simple jsp and it doesn't require any Actions. Any explanation on this please? > You can't expect Struts to set things up for a page it doesn't know > you're requesting, and it can't know you'

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
I am wrong please correct me. Thanks Uma -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 11:54 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection In order to have a request properly setup, y

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
Hey thanks Eddie, I didnt think in this perspective. Cl, I need to think out of the box ;-) Eddie Bush wrote: In order to have a request properly setup, you need to be going through the controller. To go through the controller, you need to be viewing an action instead of a JSP page. Try i

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Eddie Bush
ist'" <[EMAIL PROTECTED]> Sent: Sunday, December 12, 2004 11:00 PM Subject: RE: Cannot find ActionMappings or ActionFormBeans collection Hi David, That error is displayed while I am loading my Template.jsp itself. http://localhost:8080/test/Template.jsp Not able to see the GUI its

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
Hi Sunny, I didn't get you. I am not using any ModuleConfig, Where am I refering it from and in which file? Uma -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 11:41 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappin

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
ModuleConfig is *NULL*. Seems struts is not able to load the module. Dakota Jack wrote: Check the code at the line 711 of FormTag and you will find what is wrong. Jack - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Dakota Jack
e.StandardEngineValve.invoke(StandardEngineValve.java > :174) > at > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > 66) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > at > org.apache.catalina.

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
, 2004 10:32 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection I do suspect the initialization of ActionServlet, It would be better if you (uma) can paste your catalina logs regards, Sunny David G. Friedman wrote: Is that error at start-up or

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
I do suspect the initialization of ActionServlet, It would be better if you (uma) can paste your catalina logs regards, Sunny David G. Friedman wrote: Is that error at start-up or when you are invoking an action by going to a Struts *.do action through a URL? Regards, David ---

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125 ) at java.lang.Thread.run(Thread.java:595) Uma -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 10:32 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
List Subject: RE: Cannot find ActionMappings or ActionFormBeans collection Is that error at start-up or when you are invoking an action by going to a Struts *.do action through a URL? Regards, David -Original Message- From: uma.k [mailto:[EMAIL PROTECTED] Sent: Sunday, December 12, 2004

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread David G. Friedman
lto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 10:04 AM To: Struts Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection hi, Ensure that your are having your struts-config like the one below. And also please check your class path regards, Sun

RE: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
Users Mailing List Subject: Re: Cannot find ActionMappings or ActionFormBeans collection hi, Ensure that your are having your struts-config like the one below. And also please check your class path regards, Sunny http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
hi, Ensure that your are having your struts-config like the one below. And also please check your class path regards, Sunny http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";> uma.k wrote: Hello, I am new to Struts, my first application is giving me