[s2] SlashesInActionNames + wildcard mapping
Hi There, I have set the below property in my struts.properties struts.enable.SlashesInActionNames = true And in my struts.xml I have /view/{0}.jsp Now when I try to access the url "/app/user/profile.zm/ where "app" is my namespace, I get the error There is no Act
[s2] SlashesInActionNames
Is struts.enable.SlashesInActionNames in 2.0.4? struts.xml: /test/Quux.page I am getting the "There is no Action mapped for namespace..." error that I got before I set SlashesInActionNames in 2.0.3. tia, d.