Re: Struts Javascript error

2013-08-12 Thread Sreekanth S. Nair
Javscript error got resolved by adding between html tag. but still i'm unable to see the field error message which i have added using addFieldError() method. Sreekanth S. Nair wrote: > Hi, > Getting the following error in javascript console, happening with latest > struts2 distribution > > >

Struts Javascript error

2013-08-12 Thread Sreekanth S. Nair
Hi, Getting the following error in javascript console, happening with latest struts2 distribution 1. Uncaught ReferenceError: StrutsUtils is not defined validation.js:161

Re: [jira] [Resolved] (WW-3980) javascript Error : Dojo is undefined

2013-02-14 Thread Lukasz Lenart
Hi, You must map also Struts2 related resources as you limited filter mapping just to *.action. The simplest way to check what else has to be mapped is return to default mapping (/*) and check with browser what other resources are fetched, eg. /struts*, /static* Regards -- Łukasz + 48 606 323 1

Fwd: [jira] [Resolved] (WW-3980) javascript Error : Dojo is undefined

2013-02-14 Thread prashant borse
4 PM Subject: [jira] [Resolved] (WW-3980) javascript Error : Dojo is undefined To: prashant.bo...@gmail.com [ https://issues.apache.org/jira/browse/WW-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Lukasz Lenart resolved WW-3980. ---

Re: Javascript error using struts select tag

2008-03-25 Thread Laurie Harper
+ Firebug and stepping through your code in the debugger to figure out the problem. L. Joe Yuen wrote: I am trying to use the tag in my jsp page but am getting the following javascript error, Microsoft JScript runtime error: Object expected. In my

Javascript error using struts select tag

2008-03-25 Thread Joe Yuen
I am trying to use the tag in my jsp page but am getting the following javascript error, Microsoft JScript runtime error: Object expected. In my jsp page I have: * Here is the javascript funtion that is called when a onchange event is

[S2] Javascript error on publish topic with IE

2007-11-07 Thread LEONARD Julien (Consulting for ACCOR Hotels)
Hello, I have a js function that publish a topic to refresh a s:div. With Firfox it works fine. But with IE 6, the first time that I use this function I have a JS error : Line : 4872 Car : 1 Error : [object Error] Code : 0 The second time it works... Here is my publishing of the topic : dojo.ev

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-25 Thread MLENEVEUT
List" A "Struts Users Mailing List" cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error the "/struts" folder is inside the struts-core jar, and no, you shouldn't have to specify anything else. I'm clueless about this one, even more weird

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-24 Thread Musachy Barroso
s this ? Do I have to copy some files from dojo-plugin/resources to /crm/struts ? Or specify another baseRelativePath ? Thanks for your help. Regards, Michaël [EMAIL PROTECTED] 23/05/2007 17:43 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List&q

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-24 Thread MLENEVEUT
his ? Do I have to copy some files from dojo-plugin/resources to /crm/struts ? Or specify another baseRelativePath ? Thanks for your help. Regards, Michaël [EMAIL PROTECTED] 23/05/2007 17:43 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List&q

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
7;struts.widget' is not defined after loading '__package__.js' I add a folder struts/dojo in my "WebContent" folder, containing the resource of dojo-plugin "resources\org\apache\struts2\static\dojo\struts", but the same errors occures :/ Michaël "Musac

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
s the input), but I have this javascript error, and my HTML page is not good rendered. Michaël "Musachy Barroso" <[EMAIL PROTECTED]> 23/05/2007 15:12 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet Re: [S2 v2.1.0] Da

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
, it fills the input), but I have this javascript error, and my HTML page is not good rendered. Michaël "Musachy Barroso" <[EMAIL PROTECTED]> 23/05/2007 15:12 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet R

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
[EMAIL PROTECTED]> 23/05/2007 15:56 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List" cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error Maybe with this : instead of 2007/5/23, Andrew Penrose <[EMAIL PROTECTED]>

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Julien Leonard
[EMAIL PROTECTED] Sent: 23 May 2007 14:15 To: Struts Users Mailing List Subject: Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso <[EMAIL PROTECTE

RE: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Andrew Penrose
v2.1.0] DateTimePicker : Dojo javascript error I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > that usually means that there is a javascript error in one o

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: that usually means that there is a javascript error in one of the struts dojo widgets. If you set debug="t

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
that usually means that there is a javascript error in one of the struts dojo widgets. If you set debug="true" on the head tag you should a lot of errors on the page. musachy On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, I try to insert a datetimepicker ta

[S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
Hi all, I try to insert a datetimepicker tag in my JSP, and I have the following javascript error : symbol 'struts.widget' is not defined after loading '__package__.js' here is my JSP : <%@ taglib uri="/

JavaScript Error destroying Cache

2007-01-22 Thread Chetan Pandey
Hi All: I have a Web-page for Add-Event in which I am using a date-picker.js File. On choosing a Date from the Javascript pop-up I get an Error "calendar is undefined". If I ignore it and click submit I go to the preview Page. Over here if I click the back button and go to the Main

Re: Validator framework javascript error messages

2006-10-16 Thread Laurie Harper
Puneet Lakhina wrote: Hi, I have the following key value pair in ApplicationResource.properties required = {0} is required. I used this when I was doing only server side validation, to display a list of error messages when some validation failed. Now Im using the to do the same thing on clien

Validator framework javascript error messages

2006-10-10 Thread Puneet Lakhina
Hi, I have the following key value pair in ApplicationResource.properties required = {0} is required. I used this when I was doing only server side validation, to display a list of error messages when some validation failed. Now Im using the to do the same thing on client side also. But my pro

firefox javascript error from validation js

2005-01-13 Thread Nathan Coast
the static js generated from: throws the following error to the firefox javascript console: Error: [Exception... "'Permission denied to get property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" loca

Re: client-side validation javascript error

2004-10-26 Thread Niall Pemberton
ent: Tuesday, October 26, 2004 5:52 PM Subject: client-side validation javascript error > Hi, > > I'm trying to get client-side validation to work using Struts, v. 1.2.2. > More specifically, I'm receiving a javascript error while trying to use the > 'required

client-side validation javascript error

2004-10-26 Thread Jeffrey Ford
Hi, I'm trying to get client-side validation to work using Struts, v. 1.2.2. More specifically, I'm receiving a javascript error while trying to use the 'required' validation rule. The error in IE says: Error: 'required' is undefined When I look at the generated j

RE: Javascript error in struts validator.

2004-07-03 Thread Kote, Nijaguna Sangankal
Am still getting javascript error: function validateRequired(form) { > > var isValid = true; > > var focusField = null; > > var i = 0; > > var fields = new Array(); > > var formName = form.getAttributeNode("name"

Re: Javascript error in struts validator.

2004-07-02 Thread Niall Pemberton
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

Re: Javascript error in struts validator.

2004-07-02 Thread Matt Bathje
: "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

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
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

Re: Javascript error in struts validator.

2004-07-02 Thread Matt Bathje
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

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
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

Re: Javascript error in struts validator.

2004-07-02 Thread Matt Bathje
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

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
Well, I am not able to find the june 2nd build. But even after taking the builds after 2nd june, I am getting this javascript error. "Object doesn't support this property" in generated javascript. /*$RCSfile: validateRequired.js,v $ $Revision: 1.13 $ $Date: 2004

Re: Javascript error in struts validator.

2004-07-02 Thread Niall Pemberton
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:

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
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: Friday, July 02, 2004 6:27 PM To: Struts Users Mailing List Subject: Re: Javascript error in struts

Re: Javascript error in struts validator.

2004-07-02 Thread Niall Pemberton
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

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
I have also debugging the script: This is the error :var formName = form.getAttributeNode("name"); is not a function. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 4:46 PM To: [EMAIL PROTECTED] Subject: SV: Javascrip

SV: Javascript error in struts validator.

2004-07-02 Thread hermod . opstvedt
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

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
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

SV: Javascript error in struts validator.

2004-07-02 Thread hermod . opstvedt
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("

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
I did all these, but there is a javascript error... "Object doesn't support this property".. In form.getAttributeNode("name"); Don't know what to do now? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 200

SV: Javascript error in struts validator.

2004-07-02 Thread hermod . opstvedt
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 validateRequired(form) { var isValid = true; var focusField = null

RE: Javascript error in struts validator.

2004-07-02 Thread Kote, Nijaguna Sangankal
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 validateRequired(form) { var isValid = true; var focusField = null; var i = 0; var

SV: Javascript error in struts validator.

2004-07-02 Thread hermod . opstvedt
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

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

SV: Javascript error in struts validator.

2004-07-02 Thread hermod . opstvedt
: 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

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 <%@ ta

Javascript error

2004-06-29 Thread dangmp
Return Receipt Your Javascript error document

RE: JavaScript error

2004-06-29 Thread Jim Barrows
- > From: Kote, Nijaguna Sangankal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 2:21 AM > To: [EMAIL PROTECTED] > Subject: Javascript error > > > Hi, > > I am a new user for this group,. > I am using struts1.1 for my project, Am having s

Javascript error

2004-06-29 Thread DGraham
Return Receipt Your Javascript error document

Javascript error

2004-06-29 Thread lukasz.lenart
Return Receipt Your Javascript error document

Javascript error

2004-06-29 Thread Kote, Nijaguna Sangankal
javascript in JSP, but once I click on submit button " javascript error is thrown. This is the error : 'required is undefined' this in validateRequired method in validation_rules.xml file. Am I doing something wrong here... Please help. Thanks Guna

Re: Javascript Error

2004-04-19 Thread birendar . waldiya
try this if this works ?? function Next()          {                  document.form1.hiddenname.value="hai";                         document.form1.method ="post";                                  document.form1.action =""                                              document.form1.subm

Javascript Error

2004-04-19 Thread Sudhakar G
Hi All, I have defined a form tag and assigned a form name like as follows.. the problem is: when i submit the button. its giving error "object doesnot support property or method" from java script The javascript code: function Next() { document.form1.hidde