Re: [Wicket-user] Javascript for some validators

2006-08-29 Thread Johan Compagner
On 8/29/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Not out of the box, as it would make the core even more bloated thanit alread is.Bloated? Core?? ;) - Using Tomcat but need to do more? Need to support web services, secu

Re: [Wicket-user] Javascript for some validators

2006-08-29 Thread Martijn Dashorst
Not out of the box, as it would make the core even more bloated than it alread is. You are welcome to write (and share) your own library or use wicket-contrib-fvalidate (http://wicket-stuff.sourceforge.net/wicket-contrib-fvalidate/index.html) to fulfill your needs. wicket-contrib-fvalidate is not

[Wicket-user] Javascript for some validators

2006-08-29 Thread [EMAIL PROTECTED] Imam
Hi,I was wondering if wicket will provide _javascript_ support for some of the simple validations we use.For example required validators and length validators.I think performing some of these validations in the client side will be better than performing them at the server side.Shams --