Re: ajax validation with IE8

2010-02-22 Thread Stephen Ince
IE8 is a little stubborn, you have to delete temporary files. On Mon, Feb 22, 2010 at 6:12 AM, Stephen Ince wrote: > Does anyone know how I can I patch /struts/css_xhtml/validation.js?  I > tried replacing template/css_xhtml/validation.js in struts-core but > that does not seem to work. > I added

Re: ajax validation with IE8

2010-02-22 Thread Stephen Ince
Does anyone know how I can I patch /struts/css_xhtml/validation.js? I tried replacing template/css_xhtml/validation.js in struts-core but that does not seem to work. I added in my own validation.js to the end of the file but I don't like this solution. Steve On Mon, Feb 22, 2010 at 5:52 AM, Ste

Re: ajax validation with IE8

2010-02-22 Thread Stephen Ince
Here is the link. https://issues.apache.org/jira/browse/WW-3393 On Mon, Feb 22, 2010 at 1:05 AM, Lukasz Lenart wrote: > 2010/2/21 Stephen Ince : >> Okay I found the problem. I find it hard to believe that anyone is >> using css_xhtml theme with this bug. It doesn't work in IE8 and it >> does not

Re: ajax validation with IE8

2010-02-21 Thread Lukasz Lenart
2010/2/21 Stephen Ince : > Okay I found the problem. I find it hard to believe that anyone is > using css_xhtml theme with this bug. It doesn't work in IE8 and it > does not work properly in any other browser. > > problem > struts/css_xhtml/validation.js: function findWWCtrlNode needed to be > rew

Re: ajax validation with IE8

2010-02-21 Thread Stephen Ince
Okay I found the problem. I find it hard to believe that anyone is using css_xhtml theme with this bug. It doesn't work in IE8 and it does not work properly in any other browser. problem struts/css_xhtml/validation.js: function findWWCtrlNode needed to be rewritten. function findWWCtrlNode(enclos

ajax validation with IE8

2010-02-21 Thread Stephen Ince
Hi, I am trying to do client-side ajax validation and I am failing. IE throws an error alert, "invalid argument". It seems that the error is really struts2. I also get weird behaviour with ff. The error message comes after the tag. I have a few questions. 1) How do you do client-side validation