Re: need help with javascript path when app is deployed

2010-01-24 Thread Gennady Kushnir
Why don't you use dynamic url construction? WOResourceManager.urlForResourceNamed(String aResourceName, String aFrameworkName, NSArray aLanguagesList, WORequest aRequest) As to me, I've written a custom dynamic element for scripts and stylesheets: http://github.com/baywind/reusables/blob/master/So

Re: need help with javascript path when app is deployed

2010-01-23 Thread Chuck Hill
On Jan 23, 2010, at 4:52 PM, Baiss Eric Magnusson wrote: I get "not found JavaScript file:" http://track-your-finances.com/WebObjects/tyf.woa/Contents/WebServerResources/tyf/jsScripts/ObjSelect_js.txt So the path is /WebObjects/tyf.woa/Contents/WebServerResources/tyf/jsScripts/ Ob