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
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
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
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
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]>
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
...
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
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
-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
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
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
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
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
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
t> cc:
Subject: Re: Cannot find
ActionMappings or ActionFormBeans collection
12/13/2004 05:30
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:
.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
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
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
Sunny
<[EMAIL PROTECTED]To: Struts Users
Mailing List <[EMAIL PROTECTED]>
t> cc:
Subject: Re: Cannot find
ActionMappings or ActionFormBeans collecti
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
Struts Users Mailing
List <[EMAIL PROTECTED]>
t> cc:
Subject: Re: Cannot f
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.
--
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
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
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?
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'
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
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
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
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
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
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.
, 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
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
---
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
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
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
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
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
51 matches
Mail list logo