Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread Laurie Harper
This is normal. From the documentation for the html:javascript tag [1] "... The dynamicJavascript and staticJavascript attributes default to true, but if dynamicJavascript is set to true and staticJavascript is set to false then only the dynamic JavaScript will be rendered. If dynamicJavascri

Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
Why does struts generate unnecessary javascript in the HTML page?? Is there any way to stop struts from generating the extra javascript?? Ingo Villnow wrote: I think it's quite normal that the whole javascript code is generated in the HTML output when you use client-side validation or are my

Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
Why does struts generate unnecessary javascript in the HTML page?? Is there any way to stop struts from generating the extra javascript?? Ingo Villnow wrote: I think it's quite normal that the whole javascript code is generated in the HTML output when you use client-side validation or are my

Re: Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread Ingo Villnow
I think it's quite normal that the whole javascript code is generated in the HTML output when you use client-side validation or are my thoughts wrong? sai reddy schrieb: I'm using struts 1.2.7 version. I wanted to validate a form client side. I used tag with 'formName' attribute set to the

Problem using client side form validation feature. Friends, please help!!!

2008-01-09 Thread sai reddy
I'm using struts 1.2.7 version. I wanted to validate a form client side. I used tag with 'formName' attribute set to the form-bean's logical name in struts-config.xml. Inside validation.xml file, i set "depends" attribute's value as "required" ( i just wanted these form fields to be non white