Re: Dojo trouble after upgrade

2009-09-21 Thread Scott Nesbitt
:56 PM Subject: Re: Dojo trouble after upgrade Yes, I have read the Struts 2 Wiki and the migration guide. I still have a problem where non-Dojo request are done like this: GET /appPrefix/myApp/html/yui/calendar-min.js HTTP/1.1 And Dojo requests are done like this: GET /myApp/struts/dojo

Re: Dojo trouble after upgrade

2009-09-19 Thread Scott Nesbitt
baseRelativePath option but it changed only the stuff in djConfig, not the includes. Thanks, Scott - Original Message From: Scott Nesbitt To: Struts Users Mailing List Sent: Thursday, September 17, 2009 2:56:56 PM Subject: Re: Dojo trouble after upgrade Yes, I have read the Struts 2

Re: Dojo trouble after upgrade

2009-09-17 Thread Scott Nesbitt
: Dojo trouble after upgrade Dojo has been moved to a plugin in struts 2.1. There are more information on this on the struts 2 wiki site. You are much better of using dojo natively than the plugin [which you can call it an old hag now :) ] --- On Thu, 9/17/09, Scott Nesbitt wrote: > From: Sc

Re: Dojo trouble after upgrade

2009-09-17 Thread Struts Two
: Dojo trouble after upgrade > To: user@struts.apache.org > Received: Thursday, September 17, 2009, 5:03 PM > > I upgraded from 2.0.6 to 2.1.6 and am experiencing pathing > trouble with Dojo files. > > Before upgrade: > > src="../struts/simple/dojoRequire.j

Dojo trouble after upgrade

2009-09-17 Thread Scott Nesbitt
I upgraded from 2.0.6 to 2.1.6 and am experiencing pathing trouble with Dojo files. Before upgrade: After upgrade: Somehow "/myApp" is getting inserted into thepath instead of ".." Anybody know of how this replacement happens? Is there a way to make it use the relative pathing? Thanks