Re: [OT] MessageFormat and curly brackets

2005-05-26 Thread Jason Lea
From the java docs for MessageFormat: Within a String, "''" represents a single quote. A QuotedString can contain arbitrary characters except single quotes; the surrounding single quotes are removed. An UnquotedString can contain arbitrary characters except single quotes and left curly bracket

[OT] MessageFormat and curly brackets

2005-05-26 Thread Riyaz Mansoor
not strictly struts ... but lots of smart guys here :) String str = "how place literal curly brackets in String such that MessageFormat ignores them? thanx for helping riyaz - To unsubscribe, e-mail: [EMAIL PROTECTED] For