Re: adding style to multiple form fields on validaton

2011-05-31 Thread rebecca
hi there Has anyone have an idea for me? Thanks Rebecca -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-style-to-multiple-form-fields-on-validaton-tp3560363p3564982.html Sent from the Users forum mailing list archive at Nabble.com

Re: adding style to multiple form fields on validaton

2011-05-31 Thread Martin Grigorov
) { ... }} On Wed, Jun 1, 2011 at 8:25 AM, rebecca rivka.shis...@gmail.com wrote: hi there Has anyone have an idea for me? Thanks Rebecca -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-style-to-multiple-form-fields-on-validaton-tp3560363p3564982.html Sent from

adding style to multiple form fields on validaton

2011-05-30 Thread rebecca
); } } }; Thanks Rebecca -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-style-to-multiple-form-fields-on-validaton-tp3560363p3560363.html Sent from the Users forum mailing list archive at Nabble.com

Re: adding style to multiple form fields on validaton

2011-05-30 Thread Pedro Santos
() comp.getConvertedInput() != null) {    tag.getAttributes().put(class, valid);   } else if (!comp.isValid()) {    tag.getAttributes().put(class, invalid);   }  }  }; Thanks Rebecca -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/adding-style-to-multiple-form-fields

Re: adding style to multiple form fields on validaton

2011-05-30 Thread Martin Grigorov
://apache-wicket.1842946.n4.nabble.com/adding-style-to-multiple-form-fields-on-validaton-tp3560363p3560363.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: adding style to multiple form fields on validaton

2011-05-30 Thread rebecca
/adding-style-to-multiple-form-fields-on-validaton-tp3560363p3562251.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail