Action Names With Slashes
If your action names have slashes in them (
for example, [color=blue]<action name="admin/home" class="tutorial.Admin"/>) [/color]
you need to specifically allow slashes in your action names via a constant in the struts.xml file by specifying
[color=blue]<constant name="struts.enable.SlashesInActionNames" value="true"/>. [/color]See JIRA Issue WW-1383 for discussion as there are side effects to setting this property to true.
If your action names have slashes in them (
for example, [color=blue]<action name="admin/home" class="tutorial.Admin"/>) [/color]
you need to specifically allow slashes in your action names via a constant in the struts.xml file by specifying
[color=blue]<constant name="struts.enable.SlashesInActionNames" value="true"/>. [/color]See JIRA Issue WW-1383 for discussion as there are side effects to setting this property to true.