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
I've tried all of the suggestions given so far, and I'm still receiving the same error. Any more suggestions would be greatly appreciated. Thanks. On 9/18/05, T West <[EMAIL PROTECTED]> wrote: > The exception occurs when I'm in the Tomcat Manager and try to open up > the DatabaseRetrieval project.

Re: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-18 Thread T West
The exception occurs when I'm in the Tomcat Manager and try to open up the 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, >how

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
R. Markham wrote: Hi! Look at your config-struts.xml file. Why do you use action path="/DatabaseRetrievalAction" type="DatabaseRetrievalAction" input="/index2.jsp" Change "intro" to ="DatabaseRetrievalAction" or vice versa both names should be equal. And the name of "form action" in

AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread R. Markham
Hi! Look at your config-struts.xml file. Why do you use action path="/DatabaseRetrievalAction" type="DatabaseRetrievalAction" input="/index2.jsp" Change "intro" to ="DatabaseRetrievalAction" or vice versa both names should be equal. And the name of "form action" in index.jsp must be