Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-18 Thread Dave Newton
> circumstance. Anyway, problem solved. > > > --- On Fri, 9/17/10, Dave Newton wrote: > > From: Dave Newton > Subject: Re: Struts 2.2.1 gives There is no Action mapped for namespace / > and action name . > To: "Struts Users Mailing List" > Date: Friday, Septembe

Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-18 Thread Dean Schulze
Turns out that the problem was that my JSPs were in the wrong directory (WEB-INF/ instead of web/).  That's a strange error message to give in that circumstance.  Anyway, problem solved. --- On Fri, 9/17/10, Dave Newton wrote: From: Dave Newton Subject: Re: Struts 2.2.1 gives There

Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-17 Thread Dave Newton
What happens if you leave off the trailing slash? (And Javassist is required because OGNL has a dependency on it.) Dave On Saturday, September 18, 2010, Dean Schulze wrote: > I've got a simple Struts 2 application that I build and deploy to glassfish > with Netbeans.  When I point the web brow

Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-17 Thread Dean Schulze
I've got a simple Struts 2 application that I build and deploy to glassfish with Netbeans.  When I point the web browser to http://localhost:8080/Struts2Hello/login.action/ it gives this error: There is no Action mapped for namespace / and action name . My action is named "login".  Why does it