RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
Mon, 5/25/09, Jeremy Thomerson wrote: > From: Jeremy Thomerson > Subject: RE: Any easy way to do client-side javascript-based validation with > Wicket? > To: users@wicket.apache.org > Date: Monday, May 25, 2009, 10:43 AM > In wicketstuff-core there is a > library that I

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Frank Klein Koerkamp
essage- > From: David Chang [mailto:david_q_zh...@yahoo.com] > Sent: Monday, May 25, 2009 3:39 PM > To: users@wicket.apache.org > Subject: Re: Any easy way to do client-side > javascript-based validation with Wicket? > > > Thanks for your input, but I am looking for somet

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Jeremy Thomerson
device -Original Message- From: David Chang Sent: Monday, May 25, 2009 9:19 AM To: users@wicket.apache.org Subject: RE: Any easy way to do client-side javascript-based validation with Wicket? Frank, thanks so much for your input. It seems your jQuery validation plugin is a cool tool

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
ang [mailto:david_q_zh...@yahoo.com] > Sent: Monday, May 25, 2009 3:39 PM > To: users@wicket.apache.org > Subject: Re: Any easy way to do client-side > javascript-based validation with Wicket? > > > Thanks for your input, but I am looking for something > different. > > In

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Frank Klein Koerkamp
nd it works. Kind Regards, Frank Klein Koerkamp -Original Message- From: David Chang [mailto:david_q_zh...@yahoo.com] Sent: Monday, May 25, 2009 3:39 PM To: users@wicket.apache.org Subject: Re: Any easy way to do client-side javascript-based validation with Wicket? Thanks for your input,

Re: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
very appealing. I am not planning write validation rules in Wicket's Java components and write Javascript-based client validation again in markup. Cheers! --- On Mon, 5/25/09, Per Lundholm wrote: > From: Per Lundholm > Subject: Re: Any easy way to do client-side javascript-based

Re: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Per Lundholm
I assume you have read the parts about validation in Wicket. There are several examples of integrating Wicket with various JavaScript libraries, such as Dojo. /Per 2009/5/25 David Chang : > > > I am now reading the book "Wicket in Action" to learn about Wicket. The more > I read and the more I

Any easy way to do client-side javascript-based validation with Wicket?

2009-05-24 Thread David Chang
I am now reading the book "Wicket in Action" to learn about Wicket. The more I read and the more I like it! I did a few projects with Spring MVC in the past. In these projects, I defined form field validation rules in an XML file and Spring adds both client side and server-side, which I think