Re: Struts 2 constant not working...

2010-07-30 Thread Wes Wannemacher
I'd have to see more of the package configuration to be certain... Generally, when I've seen SlashesInActionNames it isn't mapping to the top of the package. For instance, I'd expect this to work - success-result.jsp -Wes On Sat, Jul 17, 2010 at 12:16 PM, JP Cafaro wrote: >

Struts 2 constant not working...

2010-07-17 Thread JP Cafaro
I can't get this struts2 constant to work: I have this wildcard mapping: [ {1} When I try and go to http://localhost:8080/Struts2NewChapter8/secure/blah I get an error: "There is no Action mapped for namespace /secure and action name blah." Why does this