February 2010
1 post
Wicket Bug
I’ll have to file a bug report for this, since it is so interesting, though more investigation is required to see how pervasive it is.
Generally, when I use Wicket, I don’t use a FeedbackPanel to display error messages to the user. Instead, I use a FormComponent.IVisitor that walks through all the FormComponents for the form that was submitted (via AJAX, natch). Each component is...