Where is the required validator?

2007-12-15 Thread Joshua Jackson
Dear all, When I read the wicket wiki, for required validation we use RequiredValidator class. But I can not find this class in wicket.jar and wicket-extensions.jar. Have I missed out on something that I should have read here? Thanks in advance for the hint. :) -- I'm a coder not a

Re: Where is the required validator?

2007-12-15 Thread Martijn Dashorst
field.setRequired(true) On Dec 15, 2007 11:44 AM, Joshua Jackson [EMAIL PROTECTED] wrote: Dear all, When I read the wicket wiki, for required validation we use RequiredValidator class. But I can not find this class in wicket.jar and wicket-extensions.jar. Have I missed out on something

Re: Where is the required validator?

2007-12-15 Thread Joshua Jackson
Thanks it worked now :) On 12/15/07, Martijn Dashorst [EMAIL PROTECTED] wrote: field.setRequired(true) -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED]