Rabin Aryal <raryal <at> netlert.com> writes: > > Hello, > > I get the 404 on all the struts/dojo js and css files not found. >
Hi, this looks like you are using 2.0.12 and ran into a bug that sneaked into this release: See https://issues.apache.org/struts/browse/WW-2849 This is fixed meanwhile, but a new release seems not quite ready yet. If you don't want to wait, you can patch FilterDispatcher.java and change line 411 from String name = resourcePath.substring("/struts".length()); to String name = resourcePath; At least this worked for me. Gerhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]