[jQuery] Re: JQuery form validation not working with jsp

2009-03-30 Thread Jörn Zaefferer
Looks like you copied too much demo code. Remove the errorPlacement-option - you don't have a table layout. Jörn On Sat, Mar 28, 2009 at 5:09 PM, Smruti Pragyan Misra wrote: > Hi John, >    Thanks for ur reply.presently I am able to call validate() > method for both the fields.But it

[jQuery] Re: JQuery form validation not working with jsp

2009-03-28 Thread Smruti Pragyan Misra
Hi John, Thanks for ur reply.presently I am able to call validate() method for both the fields.But it's not working with following code. <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ taglib prefix="html" tagdir="/WEB-INF/tags/html"%> <%@ taglib uri="http://ja

[jQuery] Re: JQuery form validation not working with jsp

2009-03-26 Thread Jörn Zaefferer
Same as for any other backend, eg. pick a validation plugin ala http://docs.jquery.com/Plugins/Validation and follow the examples. Come back with any specific questions. Jörn On Thu, Mar 26, 2009 at 8:01 PM, Lucky wrote: > > Hi, >       I  am new to JQuery , can anyone tell me any example ,how