Re: Javascript error in datefield component

2008-05-18 Thread Filip S. Adamsen
this.datePicker = new DatePicker(); 86: 87: this.popup = this.datePicker.create().hide().absolutize(); ... In IE7 method hide() is undefined. I'm using Tapestry 5.0.10. Does anyone else have this problem? Thanks, Yura. -- View this message in context: http:

Re: Javascript error in datefield component

2008-05-18 Thread sparqle
#x27;t support this property or >>>>> method" >>>> on >>>>> the line 87 in file: /assets/tapestry/corelib/components/ >>>>> datefield.js >>>>> . >>>>> 85: this.datePicker = new DatePicker(); >>>>

Re: Javascript error in datefield component

2008-05-18 Thread Geoff Callender
m using Tapestry 5.0.10. Does anyone else have this problem? Thanks, Yura. -- View this message in context: http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Javascript error in datefield component

2008-05-17 Thread sparqle
e().hide().absolutize(); >> > ....... >> > >> > In IE7 method hide() is undefined. >> > >> > I'm using Tapestry 5.0.10. Does anyone else have this problem? >> > >> > Thanks, >> > Yura. >> > >> >

Re: Javascript error in datefield component

2008-03-30 Thread Yura Tkachenko
e(); > > ... > > > > In IE7 method hide() is undefined. > > > > I'm using Tapestry 5.0.10. Does anyone else have this problem? > > > > Thanks, > > Yura. > >

Re: Javascript error in datefield component

2008-03-29 Thread Ektschn
er.create().hide().absolutize(); > ... > > In IE7 method hide() is undefined. > > I'm using Tapestry 5.0.10. Does anyone else have this problem? > > Thanks, > Yura. > > -- View this message in context: http://www.nabble.com/Javascript-error-

Javascript error in datefield component

2008-03-23 Thread Yura Tkachenko
Hi, I'm getting Javascript error when trying to use datefield component on my form. This component works properly in Firefox but it doesn't work with IE7. I'm getting js error: "Object doesn't support this property or method" on the line 87 in file: /assets/tapestry/corelib/components/datefield.js