RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Wes Wannemacher
truts-tags.xml > > struts-actionchaining.xml > > struts-integration.xml > > struts-jsf.xml > > > > These configuration files will give us of the layout/design > > you're using > > > > Martin > > - Original Message - >

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Jeromy Evans
? Karr, David wrote: -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 4:53 PM To: Struts Users Mailing List Subject: Re: Simple helloworld test fails with "Could n

RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
Wednesday, March 05, 2008 6:07 PM > To: Struts Users Mailing List > Subject: Re: Simple helloworld test fails with "Could not > find action or result" > > Jeromy is correct > At the very least we'll need to see the configuration files > located in /WEB-IN

RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
> -Original Message- > From: Jeromy Evans [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 4:53 PM > To: Struts Users Mailing List > Subject: Re: Simple helloworld test fails with "Could not > find action or result" > > I can't see any

RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
> -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 6:07 PM > To: Struts Users Mailing List > Subject: Re: Simple helloworld test fails with "Could not > find action or result" > > Jeromy is correct >

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Martin Gainty
ation files will give us of the layout/design you're using Martin - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, March 05, 2008 7:37 PM Subject: RE: Simple helloworld test fails w

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Jeromy Evans
h 05, 2008 3:11 PM To: Struts Users Mailing List Subject: Re: Simple helloworld test fails with "Could not find action or result" I don't see anything wrong with it, provided MainAction returns "success" (MainAction.java wasn't attached). Cute. I guess my

RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
> -Original Message- > From: Othon Reyes Sanchez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 4:24 PM > To: Struts Users Mailing List > Subject: Re: Simple helloworld test fails with "Could not > find action or result" > > Maybe

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Othon Reyes Sanchez
List > > Subject: Re: Simple helloworld test fails with "Could not > > find action or result" > > > > I don't see anything wrong with it, provided MainAction > > returns "success" (MainAction.java wasn't attached). > > Cute. I guess

RE: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
> -Original Message- > From: Jeromy Evans [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 3:11 PM > To: Struts Users Mailing List > Subject: Re: Simple helloworld test fails with "Could not > find action or result" > > I don't see anyt

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Jeromy Evans
I don't see anything wrong with it, provided MainAction returns "success" (MainAction.java wasn't attached). Is it possible you have a conflicting struts.xml deployed in the webapp, or any plugin jars deployed? The only other time I've seen the response you're returning the correct result cod

Re: Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Wes Wannemacher
On Wed, 2008-03-05 at 14:48 -0800, Karr, David wrote: > I'm sure I have a simple error here, but I don't see it. > > I'm trying to construct a simple "hello, world" app with v2.0.11. I > have an "index.jsp" that redirects to "main.action". I started out with > the "main" action just having a re

Simple helloworld test fails with "Could not find action or result"

2008-03-05 Thread Karr, David
I'm sure I have a simple error here, but I don't see it. I'm trying to construct a simple "hello, world" app with v2.0.11. I have an "index.jsp" that redirects to "main.action". I started out with the "main" action just having a result (name="success") going to "/main.jsp". That appears to work