Re: Validation failing in IE6/7

2009-11-25 Thread Andrew Miller
Hello again, I'm extremely happy to close this one off. I _finally_ found the source of the problem today. As it turns out, the lightbox solution I was using was including its own version of effects.js which was quite old - and conflicting with the one already provided by Tapestry. Once I

Re: Validation failing in IE6/7

2009-11-23 Thread Andrew Miller
I've done a bit more digging on this and I made a mistake in my original assumption: The failure occurs during the Tapestry.init function. I've traced the javascript execution through and I've found the exact line it's failing on - during the call to the Tapestry.Initializer.validate function,

Re: Validation failing in IE6/7

2009-11-23 Thread Howard Lewis Ship
That seems very odd, as Tapestry (i.e., tapestry.js) will create the Tapestry.FormEventManager object if it does not already exist. Could it be because the field in question is not contained within a form? On Mon, Nov 23, 2009 at 4:45 AM, Andrew Miller andr...@gamesys.co.uk wrote: I've done a

Re: Validation failing in IE6/7

2009-11-23 Thread Andrew Miller
I've taken a look and it's definitely within a form element. The problem appears to be that tapestry.js isn't adding that function to the element, IE6/7 complains thus: Error: Object doesn't support this property or method Interestingly, IE8 was making the exact same complaint until I

Validation failing in IE6/7

2009-11-18 Thread Andrew Miller
Hi everyone, I'm having a problem with the Tapestry validation in IE6/7. I'll try to explain as best as I can - please feel free to ask for more details if required. I've created a lightbox component (using Control.Window - http://livepipe.net/control/window). The requirement is to have the