Re: highlight invalid fields with custom Validation Framework?

2012-11-25 Thread James Selvakumar
/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/FeedbackPanel.java thanks.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4653024.html Sent

Re: highlight invalid fields with custom Validation Framework?

2012-11-25 Thread Martin Grigorov
thanks.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4653024.html Sent from the Users forum mailing list archive at Nabble.com

Re: highlight invalid fields with custom Validation Framework?

2012-10-17 Thread delta458
this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4653024.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: highlight invalid fields with custom Validation Framework?

2012-10-17 Thread Martin Grigorov
.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4653024.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: highlight invalid fields with custom Validation Framework?

2012-10-16 Thread Martin Grigorov
) { FormComponent fc = (FormComponent) c; if (!fc.isValid()) { tag.put(class, error); } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework

Re: highlight invalid fields with custom Validation Framework?

2012-10-15 Thread Bert
.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: highlight invalid fields with custom Validation Framework?

2012-10-15 Thread Martin Grigorov
in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4652970.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: highlight invalid fields with custom Validation Framework?

2012-10-15 Thread delta458
()) { tag.put(class, error); } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4652978.html Sent from the Users forum mailing list archive at Nabble.com

Re: highlight invalid fields with custom Validation Framework?

2012-10-15 Thread Martin Grigorov
the migration guides for all the steps. Or just ask here and we will try to help you :-) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4652978.html Sent from the Users forum mailing list archive

Re: highlight invalid fields with custom Validation Framework?

2012-10-15 Thread delta458
; if (!fc.isValid()) { tag.put(class, error); } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4652990.html Sent from the Users forum mailing