Re: Dojo javascript errors with ajax theme. please help

2008-10-06 Thread Rubens
In your web.xml ensure you have a filter-mapping defined for the /struts/...js files. You need to make sure that a request to the Javascript and CSS files defined in the struts jar file go thru the Struts 2 filter. That is, make sure you have something like this on your web.xml:

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Jeromy Evans
Pranav wrote: Hi, I am using s:head theme=ajax/ in my jsp files. I have included everything as per struts2 docs. But when I launch the page in FireFox, they show me 404 errors for several javascript files. Example are: ../struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Pranav
in this permanent fix to improve performance. Thanks - Original Message From: Jeromy Evans [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, July 22, 2008 5:38:55 AM Subject: Re: Dojo javascript errors with ajax theme. please help Pranav wrote: Hi

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Miguel
javascript errors with ajax theme. please help Pranav wrote: Hi, I am using s:head theme=ajax/ in my jsp files. I have included everything as per struts2 docs. But when I launch the page in FireFox, they show me 404 errors for several javascript files. Example are: ../struts/dojo/src/i18n

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Markus Stauffer
will surely put in this permanent fix to improve performance. Thanks - Original Message From: Jeromy Evans [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, July 22, 2008 5:38:55 AM Subject: Re: Dojo javascript errors with ajax theme. please

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Pranav
of dojo? Thanks Pranav - Original Message From: Pranav [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, July 22, 2008 8:57:15 AM Subject: Re: Dojo javascript errors with ajax theme. please help Hi Jerome, You're a lifesaver. Thanks for your tips

Re: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Dave Newton
S2.0.11 uses Dojo 0.4.3. Dave --- On Tue, 7/22/08, Pranav [EMAIL PROTECTED] wrote: From: Pranav [EMAIL PROTECTED] Subject: Re: Dojo javascript errors with ajax theme. please help To: Struts Users Mailing List user@struts.apache.org Date: Tuesday, July 22, 2008, 6:58 PM Hi Jerome, I

RE: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Jishnu Viswanath
] Sent: Wednesday, July 23, 2008 4:28 AM To: Struts Users Mailing List Subject: Re: Dojo javascript errors with ajax theme. please help Hi Jerome, I tried this but unfortunately their dojo's svn does not have the release 0.4.0 anymore. I could only get the source code for release 0.4.3 from