Re: Namespaces don't work when Struts is mapped to /struts/*

2007-08-21 Thread mraible
The path doesn't seem to matter - if I use /foo/*, I get the same issue. It seems to be related to struts.enable.SlashesInActionNames since I have to set it to false in order to get /foo/action.action to work. Matt Musachy Barroso wrote: > > I didn't "know" about it, but kind of expected it, a

Re: Namespaces don't work when Struts is mapped to /struts/*

2007-08-21 Thread Musachy Barroso
I didn't "know" about it, but kind of expected it, as "struts" is used to map to the resources inside the jar file, so is probably getting confused and building wrong paths. (should be fixable anyway :) ) musachy On 8/21/07, mraible <[EMAIL PROTECTED]> wrote: > > Namespaces don't seem to work whe