Gerhard, Thanks for the reply. I am using 2.0.11.
Rabin -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Gerhard Große Sent: Friday, November 21, 2008 3:35 PM To: user@struts.apache.org Subject: Re: Dojo 404 and 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]