HighlightForm without consuming FeedbackMessages

2012-10-02 Thread Wolfgang
Hi everybody! I have made a subclass of org.apache.wicket.markup.html.form.Form with name HighlightForm The purpose of this class is to give all Fields a css class "fieldError" if validation failed for all FormComponents. But in a way that it's generic - so I can use this class as DropIn Repla

Re: HighlightForm without consuming FeedbackMessages

2012-10-02 Thread Martin Grigorov
Hi, Try with latest 6.x. There were two related improvements: https://issues.apache.org/jira/browse/WICKET-4773 https://issues.apache.org/jira/browse/WICKET-4757 On Tue, Oct 2, 2012 at 4:07 PM, Wolfgang wrote: > Hi everybody! > > I have made a subclass of org.apache.wicket.markup.html.form.Form