Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Dharmendra Singh
Ling <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > ... > > > > > > > > > > > > > > > > You should remove the suffix of "log.do ". In other

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread red phoenix
t; > > > > > > > > > You should remove the suffix of "log.do ". In other words you can use > > > "log" > > > instead of "log.do" . > > > > > > good luck

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
ou 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]>: > > > &

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
t; > 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]>: > > > &

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Tamas Szabo
n use > > "log" > > instead of "log.do" . > > > > good luck for you! > > > > > > 2006/2/27, red phoenix <[EMAIL PROTECTED]>: > > > > > > I use Struts struts

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread red phoenix
; > 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: Cannot find ActionMappings or > > A

Re: Cannot find ActionMappings or ActionFormBeans collection

2006-02-27 Thread Denis Ling
gt; error: > > javax.servlet.ServletException: Cannot find ActionMappings or > ActionFormBeans collection > org.apache.jasper.runtime.PageContextImpl.doHandlePageException( > PageContextImpl.java:858) > org.apache.jasper.runtime.PageContextImpl.handlePageException( >

Cannot find ActionMappings or ActionFormBeans collection

2006-02-26 Thread red phoenix
I use Struts struts-1.2.8,when I execute my JSP file,it raise following error: javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection org.apache.jasper.runtime.PageContextImpl.doHandlePageException( PageContextImpl.java:858

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Frank W. Zammetti
do 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 solution > was provided. I get an error and I

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Peter . Zoche
helps Peter Von: Mariano Garcia [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. November 2005 12:15 An: user@struts.apache.org Betreff: Cannot find ActionMappings or ActionFormBeans collection Hi guys, I have searched some posts about this subject, but not a valid solution was provided. I get an

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

Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Mariano Garcia
Hi guys, I have searched some posts about this subject, but not a valid solution was provided. I get an error and I don't know how to solve it, and I have not found a solution searching the web. The error is the following: javax.servlet.ServletException: Cannot find ActionMappin

Re: AW: [Solved]Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread T West
Okay, thanks to everyone for all of their help. My problem was my directory structure. I googled around to find some examples, and found this page: http://www.jguru.com/faq/view.jsp?EID=531027 I had my JSP pages in the same directory as my struts-config.xml file. So, I made a DatabaseRetrieval dire

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread Michael Jouravlev
It is not important where you are. Your WAR file structure is important, though. If you cannot explain where your struts-config.xml file is located, then maybe you would prefer to search the net first. Look for something like "(Java OR J2EE OR Struts) web application (directory OR file) (packaging

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread Dave Newton
T West wrote: I'm not sure if I explained myself correctly, but when I make my war file, I'm inside of the WEB-INF directory, so that everything that is packaged is the WEB-INF directory. When I open up the war, it's just all the files and directories that were in the WEB-INF directory. On 9/23

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread T West
I'm not sure if I explained myself correctly, but when I make my war file, I'm inside of the WEB-INF directory, so that everything that is packaged is the WEB-INF directory. When I open up the war, it's just all the files and directories that were in the WEB-INF directory. On 9/23/05, Dave Newton

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread Dave Newton
T West wrote: I'm packaging my WEB-INF directory, so that when the war is expanded, it's opening up the WEB-INF directory. Huh? So, where is your struts file? Michael's saying that you probably don't have it in the right place, namely, under WEB-INF. The WEB-INF must be part of the param-

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-23 Thread T West
I'm packaging my WEB-INF directory, so that when the war is expanded, it's opening up the WEB-INF directory. > > On 9/22/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > > config > > /struts-config.xml <== is this correct? > > > > > > Seems to me that your servlet container cannot fi

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-22 Thread Michael Jouravlev
config /struts-config.xml <== is this correct? Seems to me that your servlet container cannot find struts-config.xml file. Is your struts-config.xml in WEB-INF directory or in document root? Michael. On 9/22/05, T West <[EMAIL PROTECTED]> wrote: > I've tried all of the suggestions given s

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-22 Thread T West
e DatabaseRetrieval project. My web.xml is set up to give index2.jsp > as the welcome-page, so I guess that's where the error first occurs. > >Von: T West [mailto:[EMAIL PROTECTED] > >Whenever I try to start the Struts program, > >however, I receive this error: > >ja

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-18 Thread T West
e Struts program, >however, I receive this error: >javax.servlet.ServletException: Cannot find ActionMappings or >ActionFormBeans collection > > >Do you mean that this exception occurs when you start the app server or >when you visit a page? If the latter

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: AW: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread Dave Newton
R. Markham wrote: If the attribute of the property name does not exists in the Action Mapping list the program will not work. I believe that you can name a forward anything you want; they are arbitrary strings. At least that's what I've been doing. Dave -

AW: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread R. Markham
] Gesendet: Samstag, 17. September 2005 20:47 An: Struts Users Mailing List Betreff: Re: AW: Cannot find ActionMappings or ActionFormBeans R. Markham wrote: >Hi! >Look at your config-struts.xml file. Why do you use > > > > >action path="/DatabaseRetrievalAction"

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread Dave Newton
should be equal. And the name of "form action" in index.jsp must be the same too. What will changing the name of the forward do? Von: T West [mailto:[EMAIL PROTECTED] Whenever I try to start the Struts program, however, I receive this error: javax.servlet.ServletException: Cannot

AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread R. Markham
l. And the name of "form action" in index.jsp must be the same too. Regards Richard -Ursprüngliche Nachricht- Von: T West [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 17. September 2005 03:04 An: user@struts.apache.org Betreff: Cannot find ActionMappings or ActionFormBeans

Re: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread Laurie Harper
pFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) root cause javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection org.apache.struts.taglib.html.Fo

Cannot find ActionMappings or ActionFormBeans

2005-09-16 Thread T West
rvlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) root cause javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sat 5/28/2005 4:37 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTED]> > I can replicate this problem on my lapt

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> I can replicate this problem on my laptop as well. When I disable the network connections, I recieve the same errors. So why does struts need to go to http://struts.apache.org/dtds/struts-config_1_2.dtd to find the dtds?? So how can I make struts f

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
Ok, this sounds stupid...but I comment out the following line in my struts-config.xml and everything works fine. http://struts.apache.org/dtds/struts-config_1_2.dtd";> I am no longer recieving the error: Cannot find ActionMappings or ActionFormBeans collection However, now I recieve

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Sat 5/28/2005 7:03 AM To: Struts Users Mailing List Subject: RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection ahhthanks web.xml...no DOCTYPE herecould this be a problem

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
ROTECTED] Sent: Fri 5/27/2005 8:50 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTED]> > Anyway I am posting my struts config file. > Configuration 1.2//EN"

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-28 Thread Randall Svancara
ahhthanks web.xml...no DOCTYPE herecould this be a problem?? http://java.sun.com/xml/ns/j2ee " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " version="2.4" xsi:schemaLocation="http://java.sun.com/xml

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> Anyway I am posting my struts config file. Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd";> I only asked for the DOCTYPE declaration, (not the whole file!) and not just for struts-config, but for all struts-related co

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
";> From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Fri 5/27/2005 4:44 PM To: Struts Users Mailing List Subject: Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection From: "Randall Svancara" <[EMAIL PROTECTE

Re: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Wendy Smoak
From: "Randall Svancara" <[EMAIL PROTECTED]> > I can see this is a really active list on a Friday... It's the Friday before a three-day holiday weekend in the US, so I wouldn't expect much traffic from here until Tuesday. > java.net.UnknownHostException: struts.apache.org. My server would not >

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
n(Bootstrap.java:409) -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 1:49 PM To: Struts Users Mailing List Subject: Strange Error : Cannot find ActionMappings or ActionFormBeans collection Is the error: Cannot find ActionMappings or ActionFormBean

RE: Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
om: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 1:49 PM To: Struts Users Mailing List Subject: Strange Error : Cannot find ActionMappings or ActionFormBeans collection Is the error: Cannot find ActionMappings or ActionFormBeans collection, thrown only when the struts-config

Strange Error : Cannot find ActionMappings or ActionFormBeans collection

2005-05-27 Thread Randall Svancara
Is the error: Cannot find ActionMappings or ActionFormBeans collection, thrown only when the struts-config.xml can not be read. I have a two test servers with a struts based application installed and working fine, however, I move the application to the production servers and I recieve this

Re: Cannot find ActionMappings or ActionFormBeans collection

2005-04-20 Thread Erik Weber
scription The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Page

Cannot find ActionMappings or ActionFormBeans collection

2005-04-20 Thread T. B.
prevented it from fulfilling this request. exception javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825) org.apache.jasper.runtime.PageContextImpl.handlePageException

Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-30 Thread S J
Hi, I've been trying to google this error for a while now, but havent found a solution to it. My directory structure is as follows : $CATALINA_HOME/webapps/myapp/WEB-INF/classes/myapp/ My web.xml, struts-config.xml and JSP file look like this : http://www.simplyrender.com/Files.html please let me

SOLVED: Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread SJ
Yen wrote: Thanks David for very detail explanation, in fact, I cant view the file as IE only shows me the error. :p I am also new in struts, still learning the tags.. ;) rgds, - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread Yen
Thanks David for very detail explanation, in fact, I cant view the file as IE only shows me the error. :p I am also new in struts, still learning the tags.. ;) rgds, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread David G. Friedman
ls.com/xml/default.asp Regards, David -Original Message- From: Yen [mailto:[EMAIL PROTECTED] Sent: Sunday, December 26, 2004 9:29 PM To: Struts Users Mailing List Subject: Re: Error: Cannot find ActionMappings or ActionFormBeans collection your strust.xml consists of syntax error rgds, -

Re: Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread SJ
Yen wrote: your strust.xml consists of syntax error rgds, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Could you tell me where please? Thanks. -

Re: Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread Yen
your strust.xml consists of syntax error rgds, - Original Message - From: "SJ" <[EMAIL PROTECTED]> To: Sent: Monday, December 27, 2004 10:25 AM Subject: Error: Cannot find ActionMappings or ActionFormBeans collection Hi, I've been trying to google this error for a

Error: Cannot find ActionMappings or ActionFormBeans collection

2004-12-26 Thread SJ
Hi, I've been trying to google this error for a while now, but havent found a solution to it. My directory structure is as follows : $CATALINA_HOME/webapps/myapp/WEB-INF/classes/myapp/ My web.xml, struts-config.xml and JSP file look like this : http://www.simplyrender.com/Files.html please let me

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
ActionMappings or ActionFormBeans collection 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 >

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
ActionMappings or ActionFormBeans collection 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?

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
va:943) > at > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: > 1027) > at > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125 > ) > at java.lang.Thread.run(Thread.java:595) > - Root Cause - > javax.se

Re: Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread Sunny
Try adding all the properties of your form some thing like regards, Sunny. uma.k wrote: Hi Sunny, This is my complete error message. Is this the one you are asking for? javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection at

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
Hi Sunny, This is my complete error message. Is this the one you are asking for? javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:471) at

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
ubject: RE: Cannot find ActionMappings or ActionFormBeans collection Hi Sunny, Thanks for the reply. The classpath is set right and my struts-config.xml file looks the same way as you posted, I just removed the un necessary tags. Any ideas now? Uma -Original Message- From: Sunny [mai

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
s giving me this error. I am using Tomcat 4.0 and struts 1.2.4. Where did I go wrong? Please help me. javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection Here are my files -Template.jsp <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="

Cannot find ActionMappings or ActionFormBeans collection

2004-12-12 Thread uma.k
Hello, I am new to Struts, my first application is giving me this error. I am using Tomcat 4.0 and struts 1.2.4. Where did I go wrong? Please help me. javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection Here are my files -Template.jsp <%@ taglib