I built a Wonder application that uses three frameworks.
When I run in Eclipse the accented characters in my WO components
display correctly.
Then I built the application from the command line using ant. I
installed the three frameworks and then built my application package
with the three frameworks and Wonder frameworks embedded in the app
bundle.
So my first test was to launch the embedded application to make sure
it was working correctly and that my web server resources were
displayed correctly. However, I noticed that my accented characters
no longer display correctly.
My application constructor is as follows:
public Application() {
super();
/* Initialization */
log.info("Welcome to " + name() + " !");
setDefaultEncoding("UTF-8");
setDefaultRequestHandler
(requestHandlerForKey(directActionRequestHandlerKey()));
}
I checked eclipse preferences (General : Workspace) and it is setup to
UTF-8 encoding.
I click on every project and Components folder in my app and
frameworks and checked the properties doing option+enter in Eclipse.
They are all set up to inherit from the parent and show UTF-8.
Only a few components have a .woo in them and the ones that do are
specifying "UTF-8"
What else should I check? Any ideas?
_______________________________________________
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]