Toomany Client-side validation code!!!

2004-08-19 Thread Rajesh
Hai all when we use Struts Validator in client side, it creates too big and many unwanted functions in the client side, is it possible to reduce or copy all javascript functioins into .js file and attach them so client dont want to read too much codes ? any solution there in Struts 1.1 Thanks,

Re: Toomany Client-side validation code!!!

2004-08-19 Thread Shinobu Kawai
Hi Rajesh, when we use Struts Validator in client side, it creates too big and many unwanted functions in the client side, is it possible to reduce or copy all javascript functioins into .js file and attach them so client dont want to read too much codes ? Take a look at

Re: Toomany Client-side validation code!!!

2004-08-19 Thread Rajesh
Hai you mean dynamicJavascript=false what will happen if i give it. normally html:javascript will create a main function called validateformname(form) {} will this function writes ? if so then where all the other functions goes ? Rajesh Shinobu Kawai wrote: Hi Rajesh, when we use Struts