FYI, I created an issue to track this: https://issues.apache.org/jira/browse/WW-4418
Cheers, Paul On Wed, Nov 12, 2014 at 3:27 PM, Paul Benedict <pbened...@apache.org> wrote: > Okay, I solved it. I found a "solution" in the wee bottom of this page: > > http://stackoverflow.com/questions/12607075/struts2-action-extension-causing-css-javascript-and-struts-dojo-to-break > > Now this solution makes no sense. It smells of a bug to me. The solution > is to make the action extension a comma. However, this doesn't satisfy me > as it's clearly a hack :-) but at least it works. > > > Cheers, > Paul > > On Wed, Nov 12, 2014 at 2:45 PM, Paul Benedict <pbened...@apache.org> > wrote: > >> Using <s:head> outputs a link to utils.js: >> >> <script src="/mycontext/struts/utils.js"...></script> >> >> But the file can't be found. FYI, I have no action extension and the >> filter processes /* >> >> Any idea why the file can't be found? >> >> Cheers, >> Paul >> > >