Not a best solution but it works:)
final FeedbackPanel feedback = new FeedbackPanel("feedback", new
ContainerFeedbackMessageFilter(form)
{
@Override
public boolean accept(FeedbackMessage message)
{
return requiredTextField.getModel().equals(((RequiredTextField)
message.getReporter()).getModel());
}
});
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Mulitple-Forms-in-ListView-tp2272668p2272703.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]