RE: Javascript error in struts validator.

2004-07-03 Thread Kote, Nijaguna Sangankal
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, July 02, 2004 8:11 AM > Subject: Re: Javascript error in struts validator. > > > > Thats what I was trying to say - the patch (i.e. fix) was applied on the > 1st > > June to - t

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
a mix of struts 1.1 and 1.2.x stuff in your jars/configurations though, and if you fixed that it would solve the problem. Matt Bathje - Original Message - From: "Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]&g

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
error in struts validator. > Thats what I was trying to say - the patch (i.e. fix) was applied on the 1st > June to - try downloading the Struts nightly from June > 2nd. > > Niall > > - Original Message - > From: "Kote, Nijaguna Sangankal" <[EMAIL PROTE

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
e tag and a patch was applied on 1st June http://issues.apache.org/bugzilla/show_bug.cgi?id=29796 Maybe try the version from 2nd June Niall - Original Message - From: "Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]&

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
validator. There was an outstanding bug against the tag and a patch was applied on 1st June http://issues.apache.org/bugzilla/show_bug.cgi?id=29796 Maybe try the version from 2nd June Niall - Original Message - From: "Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]> T

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
-Opprinnelig melding- Fra: Kote, Nijaguna Sangankal [mailto:[EMAIL PROTECTED] Sendt: 2. juli 2004 13:10 Til: Struts Users Mailing List Emne: RE: Javascript error in struts validator. I did all these, but there is a javascript error... "Object doesn't support this property"

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
plugin to debug his. Hermod -Opprinnelig melding----- Fra: Kote, Nijaguna Sangankal [mailto:[EMAIL PROTECTED] Sendt: 2. juli 2004 13:10 Til: Struts Users Mailing List Emne: RE: Javascript error in struts validator. I did all these, but there is a javascript error... "Object doesn

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
4 4:25 PM To: [EMAIL PROTECTED] Subject: SV: Javascript error in struts validator. Hi Did you regenerate the static javascript part ? - Use to get it in your page and then cut and paste it into a .js file Hermod -Opprinnelig melding- Fra: Kote, Nijaguna Sangankal [mailto:[EMAIL PROTECTED]

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
build, and replace everything. After that it all went away. Hermod -Opprinnelig melding- Fra: Kote, Nijaguna Sangankal [mailto:[EMAIL PROTECTED] Sendt: 2. juli 2004 10:58 Til: Struts Users Mailing List Emne: RE: Javascript error in struts validator. Hi Hermod, Thanks fo

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
: Javascript error in struts validator. Hi If you look at jsp (view-source) you will probably notice that the jscript method (required) has been prefixed with the formname. Upgrade to the latest build. This was an issue with validator. Hermod -Opprinnelig melding- Fra: Kote, Nijaguna Sangankal

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
I found why is it giving javascript error... Because, when struts generates javascript code in jsp... Instead of generating required() method it generates xForm_required() method. This method is internally called by validateRequired() method. Attached is the generated struts javascript code

Javascript error in struts validator.

2004-07-01 Thread Kote, Nijaguna Sangankal
Hi All, I had posted this question, but got now answer. Please give me some hints on this. I am getting javascript error when I click on submit to validate my form. It's a simple login page with username and password. here is the code for login.jsp <%@ taglib uri=

Struts 1.1

2004-06-29 Thread Kote, Nijaguna Sangankal
What is the equalant of http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";> For struts 1.1?? Thanks Guna

Javascript error

2004-06-29 Thread Kote, Nijaguna Sangankal
Hi, I am a new user for this group,. I am using struts1.1 for my project, Am having some trouble with struts1.1 validator framework. I have changed my validation.xml and validation-rules.xml to reflect my formbean and its properties. Struts also generates javascrip