ERXApplication.isDevelopmentModeSafe() was returning false but i
just fixed that by adding
er.extensions.ERXApplication.developmentMode=true to my
WebObjects.properties.
You should not have to set this manually ... It should be
automatically determined when you run from inside Eclipse. There's
something else wrong with that.
Should I be worried about this ?
However, development mode false would cause the blank document
problem you were seeing with the include, so that's probably
working now.
Yes it has...
In your project build folder, are the WSR inside folders in there?
Yes they are - and now I've figured it. I have to do this:
rm.urlForResourceNamed("blueprint/screen.css", "BluePrintCSS", null,
null)
And not this:
rm.urlForResourceNamed("screen.css", "BluePrintCSS", null, null)
So it seems RM doesn't dig down through the folder hierarchy to look
for the file.
Many thanks for your help.
Simon
_______________________________________________
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]