Hi all!
I'm having the following problems using the ResourceTool:
The Resource bundle entry:
test.entry = At {0} o'clock "{1}" occured.
Then I use the ResourceTool to get the message from the resoucre bundle
and fill it with the ResourceTool.render() method with a list of two
parameters.
The output I get is something like this:
At May 2, 2007 at 11:24 AM oclock "{1}" occured.
As you can see there are problems with the characters ' and ".
What can i do to avoid this problems?
Thanks in advance,
Sebastian