RE: Wicket jQuery Validator integration

2012-07-24 Thread kbhuvi07
Hi, I am more interested to know about 'Wicket jQuery Validator integration' . Could you please post some more information with example. That would be really great! Thanks in advance! :) -- View this message in context:

Re: Wicket jQuery Validator integration

2012-07-23 Thread kbhuvi07
Hi, I am more interested to know about 'Wicket jQuery Validator integration' . Could you please post some more information with example. That would be really great! Thanks in advance! :) -- View this message in context:

RE: Wicket jQuery Validator integration

2012-02-29 Thread Evan Sable
Hi Zac, this sounds great - I would be very appreciative if you make this code public, and I imagine it would be useful for many. I was just about to take a look at the wicketstuff-client-and-server-validation project which seems to be a similar idea, but it would be great to check out what you

Re: Wicket jQuery Validator integration

2012-02-23 Thread Alec Swan
Zachary, I will definitely find your code that does client-side validation useful. I don't know if this helps but Jeremy Thomerson had a presentation on custom JavaScript integration with Wicket (http://stuq.nl/weblog/2009-11-27/london-wicket-meetup-wicket-1-5-wiquery-brix-and-more). On Mon, Feb

Re: Wicket jQuery Validator integration

2012-02-20 Thread Maarten Bosteels
On Wed, Feb 15, 2012 at 5:41 PM, Paul Jackson paul.jack...@cdl.co.ukwrote: We do something very similar to this, and agree that it works really well. We also use JSR303 annotations on our domain models and use them to drive adding both wicket and jquery validators. We have a bunch of

RE: Wicket jQuery Validator integration

2012-02-15 Thread Paul Jackson
We do something very similar to this, and agree that it works really well. We also use JSR303 annotations on our domain models and use them to drive adding both wicket and jquery validators. We have a bunch of ValdiationConfiguration classes that know what to add to the markup and javascript to