On 17/07/2008, at 7:14 PM, Yung-Luen Lan wrote:

I put my css/javascript/images into these folder:

WebServerResouces/css/
WebServerResouces/js/
WebServerResouces/imgs/

in my eclipse wo project. I checked the compiled
MyApp.woa/Contents/WebServerResources, these sub-folders were not
flattened.

However, when I call
application().resourceManager().urlForResourceNamed("main.css", null,
null, null), it returns
"/WebObjects/MyApp.woa/Contents/WebServerResources/main.css". <--
should be .../WSR/css/main.css

And
application().resourceManager().urlForResourceNamed("css/main.css",
null, null, null) returns
"/ERROR/NOT_FOUND/app=HypoServer/filename=css/main.css".

How could I get the correct url for files inside sub-folders of WSR? Thanks.

Have you tried urlForResourceNamed("/css/main.css", null, null, null)?

with regards,
--

Lachlan Deck

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to