RE: Validator and Javascript

2005-12-13 Thread Santinello, Anthony
Thank you all. This should solve my problem. -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 2:32 PM To: user@struts.apache.org Subject: Re: Validator and Javascript From the documentation: "The dynamicJavascrip

Re: Validator and Javascript

2005-12-12 Thread Laurie Harper
From the documentation: "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 dynamicJavascript is set to false and staticJavascript is set to

RE: Validator and Javascript

2005-12-11 Thread hermod.opstvedt
ecember 12, 2005 6:50 AM To: Struts Users Mailing List Subject: Re: Validator and Javascript I dint understand how to copy the static javascript on the validator.xml to another .js file? Can u please elaborate? On 12/10/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Tony Santinello wrot

Re: Validator and Javascript

2005-12-11 Thread Deepa Khetan
I dint understand how to copy the static javascript on the validator.xml to another .js file? Can u please elaborate? On 12/10/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Tony Santinello wrote: > > Hi, > > > > I'm using Struts 1.2.7 and I'm using commons-validator > > to validate my forms. C

Re: Validator and Javascript

2005-12-09 Thread Laurie Harper
Tony Santinello wrote: Hi, I'm using Struts 1.2.7 and I'm using commons-validator to validate my forms. Can someone tell me why validator includes all the javascript functions when rendering the jsp page? Even including javascript functions that I'm not using in validation.xml, such as cred

Re: Validator and Javascript

2005-12-08 Thread Srinivas Jadcharla
I think Validator Framework internally uses Javascript..You can customise according to you Requirement..Some one correct me if iam wrong.. On 12/8/05, Tony Santinello <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using Struts 1.2.7 and I'm using commons-validator > to validate my forms. Can someone

Validator and Javascript

2005-12-08 Thread Tony Santinello
Hi, I'm using Struts 1.2.7 and I'm using commons-validator to validate my forms. Can someone tell me why validator includes all the javascript functions when rendering the jsp page? Even including javascript functions that I'm not using in validation.xml, such as creditcard validation or integ

Struts validator and javascript

2004-12-09 Thread Ciaran Hanley
Hi, I am using the struts validator plug-in in my webapp. I have observed that sometimes on JSPs that use form validation that the javascript generated by html:javascript tag comes out on the generated html page. It happens very irregularly so its hard to spot what is causing it. Anybody have a