You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dave Newton <ne...@yahoo.com> on 2007/02/01 22:31:17 UTC

[s2] SlashesInActionNames

Is struts.enable.SlashesInActionNames in 2.0.4?

struts.xml:
<struts>
  <constant name="struts.enable.SlashesInActionNames"
            value="true"/>
  <package name="default" extends="struts-default">
    <action name="foo/bar" 
            class="test.QuuxAction">
      <result type="tiles">/test/Quux.page</result>
    </action>
    <!-- ... -->
  </package>
</struts>

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.



 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

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