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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to