On Monday 12 November 2007 23:40:51 Francisco Diaz Trepat - gmail wrote: > Hi, I have a Label who's model maight come with markup for bold italic, > bullets, etc. (e.g. "<b>This</b> is a <i>Message</i>") > > Obviously I get "<b>This</b> is a <i>Message</i>" rendered. > > Is there a way to get the label to render: > > "*This* is a *Message*"
Hm.. just in case you wanted label look bold and italic you can use label.setEscapeModelStrings(false) Dima --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
