[Wicket-user] Form Feedback

2006-04-01 Thread Alexander Lohse
Hi, can anyone explain how the new (1.1) Form-Feedback-System works? How does the Form know which Feedback-Panel to use? What if I have multiple forms and multiple feedbacks on one page? Is there a way to skip the messaging and give the feedback in different ways? For example: I used to

Re: [Wicket-user] Form Feedback

2006-04-01 Thread Eelco Hillenius
1.1 worked by setting the appropriate collecting component - which in the case of forms was done automatically. From 1.2 on we have IFeedbackMessageFilter for this. If you want field level feedbakc, you might want to check out FormComponentFeedbackBorder. From 1.2 on there additionally is