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 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 happen?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to