How to style Form feedback?

2008-10-21 Thread nate roe
I have a Form with a FeedbackPanel. When there is a problem in a validator (subclass of AbstractFormValidator), the validator calls error(...) with a message resource key. This all works as planned. However, I need to style the text in these feedback messages (parts of some messages need to be

Re: How to style Form feedback?

2008-10-21 Thread nate roe
Never mind. The answer is to use Component.setEscapeModelStrings(boolean). On Tue, Oct 21, 2008 at 4:02 PM, nate roe [EMAIL PROTECTED] wrote: I have a Form with a FeedbackPanel. When there is a problem in a validator (subclass of AbstractFormValidator), the validator calls error(...) with a