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 - package name=top namespace=/ extends=struts-default action name=some/name/with/*

Struts 2 constant not working...

2010-07-17 Thread JP Cafaro
I can't get this struts2 constant to work: constant name=struts.enable.SlashesInActionNames value=true/ I have this wildcard mapping: [action name=/secure/** class=actions.secure.SecurePassThrough interceptor-ref name=secureStack/ result{1}/result /action When