Re: TextArea StringValidator and DateValidator

2010-07-22 Thread Nivedan Nadaraj
scriptionTxtArea must be wicket:id of your TextField > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Re-TextArea-StringValidator-and-DateValidator-tp2298113p2298722.html > Sent from the Wicket - Use

Re: TextArea StringValidator and DateValidator

2010-07-22 Thread vov
-StringValidator-and-DateValidator-tp2298113p2298722.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: TextArea StringValidator and DateValidator

2010-07-21 Thread Nivedan Nadaraj
Hi All This is related to validating two types of Form components with Wicket 1.4.9 1.Validating a TextArea using the StringValidator to check for a min and max length. studyDescriptionTxtArea.add(StringValidator.lengthBetween(1, 255)); When I tested with a text content that triggers this v