Oh, and remember to setOutputMarkupId(true) on the label and the feedback panel if you're adding messages by ajax.
-Clint On Sat, May 16, 2009 at 5:04 PM, Clint Popetz <[email protected]> wrote: > There are many ways to accomplish this. You can subclass it, or you > can add a label above the feedback panel, with a <wicket:enclosure> to > hide the label if the feedback panel's list of messages is not > visible. The subclass is better if you'll do it in more than one spot > on your site, IMHO. > > -Clint > > On Sat, May 16, 2009 at 4:22 PM, Paul C <[email protected]> wrote: >> Any recommendations on adding a title or header for error messages? For >> example, I need the string "Please fix the following:" to be above the error >> messages in the <ul>. Do I need to extend the FeedbackPanel to add a title? >> >> Thanks for any suggestions! >> > > > > -- > Clint Popetz > http://42lines.net > Scalable Web Application Development > -- Clint Popetz http://42lines.net Scalable Web Application Development --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
