Axel Seinsche wrote:
Hi all,
How can I escape curly brackets in my message bundle so that I can display {1} in my JSP? I already tried with \ or \\ but whenever I don't receive an error {1} is replaced by 'null' in the text. Hope someone can help me.
http://java.sun.com/j2se/1.4.2/docs/api/java/text/MessageFormat.html
From that I would guess something like
'{'1}should work
TIA, Axel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Jason Lea
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

