;); //error is at
this
I used ms script debugger, it gives me error at above line...
Please help me!!
-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 8:29 PM
To: Struts Users Mailing List
Subject: Re: Javascript error in struts validat
Whoops yes 2nd July, thanks.
Niall
- Original Message -
From: "Matt Bathje" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 2:57 PM
Subject: Re: Javascript error in struts validator.
> Niall - I
: "Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 9:17 AM
Subject: RE: Javascript error in struts validator.
> I have debugged using firefox, it shows that invalidFunction.
>
> I
7:36 PM
To: Struts Users Mailing List
Subject: Re: Javascript error in struts validator.
Nope, IE 6 should support it just fine. Get the ms script debugger and
see if that helps in figuring out the problem. (Or better yet get
Firefox and its script debugger)
I really think the problem is you have
that it would solve the
problem.
Matt Bathje
- Original Message -
From: "Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 9:03 AM
Subject: RE: Javascript error in struts va
Am using IE 6.0 SP1, should I have msxml?? To work with..??
-Original Message-
From: Matt Bathje [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 7:27 PM
To: Struts Users Mailing List
Subject: Re: Javascript error in struts validator.
Niall - I think you mean the 2nd of July. The
ot;Kote, Nijaguna Sangankal" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Friday, July 02, 2004 2:01 PM
> Subject: RE: Javascript error in struts validator.
>
>
> So is there any fix for this???
> I am using str
ilto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 6:41 PM
To: Struts Users Mailing List
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 - try downloading the Struts nightly from
June 2nd.
Niall
-
MAIL PROTECTED]>
Sent: Friday, July 02, 2004 2:01 PM
Subject: RE: Javascript error in struts validator.
So is there any fix for this???
I am using struts1.1 and this has stopped my work.
Please give me some hints...
-Original Message-
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent:
o: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 11:34 AM
Subject: RE: Javascript error in struts validator.
Hi,
I downoaded, latest nightly build which was on 1st of June...
and it seems its not working..
it gives some other javascript error.
ts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 02, 2004 11:34 AM
Subject: RE: Javascript error in struts validator.
Hi,
I downoaded, latest nightly build which was on 1st of June...
and it seems its not working..
it gives some other javascript error.
function vali
-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"
004 4:46 PM
To: [EMAIL PROTECTED]
Subject: SV: Javascript error in struts validator.
Hi
Seems it is not picking up your "formName" - Is there any misspelling ?.
If you running IE (against advice from this list lately :)) you could
download and use the script debugger. Or use Firefox
EMAIL PROTECTED]
Subject: SV: Javascript error in struts validator.
Hi
Seems it is not picking up your "formName" - Is there any misspelling ?.
If you running IE (against advice from this list lately :)) you could
download and use the script debugger. Or use Firefox with its script
debugger
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".. In form.getAttributeNode("
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]
Regards.
Guna
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 3:22 PM
To: [EMAIL PROTECTED]
Subject: SV: Javascript error in struts validator.
Hi
I had the same problem - I think it was a mix of old and new struts
components. What I
inal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 3:22 PM
To: [EMAIL PROTECTED]
Subject: SV: Javascript error in struts validator.
Hi
I had the same problem - I think it was a mix of old and new struts
components. What I did was get the latest nightly
10:58
Til: Struts Users Mailing List
Emne: RE: Javascript error in struts validator.
Hi Hermod,
Thanks for the reply and the suggestion,
I should upgrade only the validator ?? Or entire struts??
Regards/Guna
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL
: 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
: 2. juli 2004 08:38
Til: [EMAIL PROTECTED]
Emne: Javascript error in struts validator.
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
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
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=
23 matches
Mail list logo