Re: Javascript error in datefield component

2008-05-18 Thread Geoff Callender
Did you forcibly refresh/reload the page/frame?  You might be picking  
up the old one from the browser's cache.


Geoff

On 18/05/2008, at 1:54 PM, sparqle wrote:



I upgraded my project to 5.0.11 and I still have this problem. On  
Firefox 2,
the datepicker is visible, but is not aligned closely to the  
datefield - it
appears on the far left corner of the browser. On IE 7 it errors  
out, and
does not show. For my project, all I did was download the t5demo war  
file
from http://code.google.com/p/tapestry4nonbelievers/downloads/list,  
and then
removed the 5.0.10 files from the lib folder and added the 5.0.11  
files.


Please help!


Yura Tkachenko wrote:


Thank you Florian,
I have updated my project to Tapestry 5.0.11 and everything works  
good.


On Sat, Mar 29, 2008 at 4:50 PM, Ektschn [EMAIL PROTECTED]  
wrote:




Hi Yura,

as far as I know this is fixed in t5.0.11

Best, Florian


Yura Tkachenko wrote:


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

.
85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--
View this message in context: 
http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p17299012.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javascript error in datefield component

2008-05-18 Thread sparqle

Yes, I refreshed it. For example, if I change the title of the start page, I
can see the change on the browser. However, the date issue is not going
away.
To see exactly what I am seeing, you can download and import the t5demo.war
file (from http://code.google.com/p/tapestry4nonbelievers/downloads/list )
into eclipse and just try running it. It will give the Javascript error. If
you then remove the 5.0.10 files from the lib folder and add the 5.0.11
files, and run the project again, you will still get the same error.

regards,
Sri


Geoff Callender-2 wrote:
 
 Did you forcibly refresh/reload the page/frame?  You might be picking  
 up the old one from the browser's cache.
 
 Geoff
 
 On 18/05/2008, at 1:54 PM, sparqle wrote:
 

 I upgraded my project to 5.0.11 and I still have this problem. On  
 Firefox 2,
 the datepicker is visible, but is not aligned closely to the  
 datefield - it
 appears on the far left corner of the browser. On IE 7 it errors  
 out, and
 does not show. For my project, all I did was download the t5demo war  
 file
 from http://code.google.com/p/tapestry4nonbelievers/downloads/list,  
 and then
 removed the 5.0.10 files from the lib folder and added the 5.0.11  
 files.

 Please help!


 Yura Tkachenko wrote:

 Thank you Florian,
 I have updated my project to Tapestry 5.0.11 and everything works  
 good.

 On Sat, Mar 29, 2008 at 4:50 PM, Ektschn [EMAIL PROTECTED]  
 wrote:


 Hi Yura,

 as far as I know this is fixed in t5.0.11

 Best, Florian


 Yura Tkachenko wrote:

 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
 .
 85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -- 
 View this message in context:
 http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p17299012.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p17303482.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javascript error in datefield component

2008-05-18 Thread Filip S. Adamsen
Simply refreshing won't clear cached scripts etc. You'll have to force a 
complete reload to do that. Usually holding ctrl or shift while pressing 
Refresh works.


-Filip

On 2008-05-18 16:18, sparqle wrote:

Yes, I refreshed it. For example, if I change the title of the start page, I
can see the change on the browser. However, the date issue is not going
away.
To see exactly what I am seeing, you can download and import the t5demo.war
file (from http://code.google.com/p/tapestry4nonbelievers/downloads/list )
into eclipse and just try running it. It will give the Javascript error. If
you then remove the 5.0.10 files from the lib folder and add the 5.0.11
files, and run the project again, you will still get the same error.

regards,
Sri


Geoff Callender-2 wrote:
Did you forcibly refresh/reload the page/frame?  You might be picking  
up the old one from the browser's cache.


Geoff

On 18/05/2008, at 1:54 PM, sparqle wrote:

I upgraded my project to 5.0.11 and I still have this problem. On  
Firefox 2,
the datepicker is visible, but is not aligned closely to the  
datefield - it
appears on the far left corner of the browser. On IE 7 it errors  
out, and
does not show. For my project, all I did was download the t5demo war  
file
from http://code.google.com/p/tapestry4nonbelievers/downloads/list,  
and then
removed the 5.0.10 files from the lib folder and added the 5.0.11  
files.


Please help!


Yura Tkachenko wrote:

Thank you Florian,
I have updated my project to Tapestry 5.0.11 and everything works  
good.


On Sat, Mar 29, 2008 at 4:50 PM, Ektschn [EMAIL PROTECTED]  
wrote:



Hi Yura,

as far as I know this is fixed in t5.0.11

Best, Florian


Yura Tkachenko wrote:

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

.
85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
View this message in context:
http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p17299012.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javascript error in datefield component

2008-05-17 Thread sparqle

I upgraded my project to 5.0.11 and I still have this problem. On Firefox 2,
the datepicker is visible, but is not aligned closely to the datefield - it
appears on the far left corner of the browser. On IE 7 it errors out, and
does not show. For my project, all I did was download the t5demo war file
from http://code.google.com/p/tapestry4nonbelievers/downloads/list, and then
removed the 5.0.10 files from the lib folder and added the 5.0.11 files.

Please help!


Yura Tkachenko wrote:
 
 Thank you Florian,
 I have updated my project to Tapestry 5.0.11 and everything works good.
 
 On Sat, Mar 29, 2008 at 4:50 PM, Ektschn [EMAIL PROTECTED] wrote:
 

 Hi Yura,

 as far as I know this is fixed in t5.0.11

 Best, Florian


 Yura Tkachenko wrote:
 
  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
  .
  85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p17299012.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: error on DateField component

2008-04-06 Thread Ahmad Maimunif
i use
tapestry 5.1.10
ie v6

t:DateField t:id=post_dateField t:value=lesson.post_date t:label=Post 
Date/

post_date is java.util.Date

Josh Canfield [EMAIL PROTECTED] wrote: Generally your questions are more 
likely to be answered if you provide
some information about your problem.

How about:
What version of Tapestry are you using? (4.x.x? 5.x.x?)
What browser are you using?
What DateField are you using?
How are you adding the DateField?

Even better, dig deeper:
What Object is throwing the error?
What property or method isn't supported?

Does this look like your problem?
https://issues.apache.org/jira/browse/TAPESTRY-2320

Josh


2008/4/2 Ahmad Maimunif 
:
 There is an error (client side) when i press DateField icon
 Object soen't support this property or method
 help me please..


 -
 Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di Yahoo! 
 Answers



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




   
-
Kunjungi halaman depan Yahoo! Indonesia yang baru!

error on DateField component

2008-04-03 Thread Ahmad Maimunif
There is an error (client side) when i press DateField icon
Object soen't support this property or method
help me please..

   
-
Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di Yahoo! 
Answers

Re: error on DateField component

2008-04-03 Thread Josh Canfield
Generally your questions are more likely to be answered if you provide
some information about your problem.

How about:
What version of Tapestry are you using? (4.x.x? 5.x.x?)
What browser are you using?
What DateField are you using?
How are you adding the DateField?

Even better, dig deeper:
What Object is throwing the error?
What property or method isn't supported?

Does this look like your problem?
https://issues.apache.org/jira/browse/TAPESTRY-2320

Josh


2008/4/2 Ahmad Maimunif [EMAIL PROTECTED]:
 There is an error (client side) when i press DateField icon
 Object soen't support this property or method
 help me please..


 -
 Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di Yahoo! 
 Answers



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Javascript error in datefield component

2008-03-30 Thread Yura Tkachenko
Thank you Florian,
I have updated my project to Tapestry 5.0.11 and everything works good.

On Sat, Mar 29, 2008 at 4:50 PM, Ektschn [EMAIL PROTECTED] wrote:


 Hi Yura,

 as far as I know this is fixed in t5.0.11

 Best, Florian


 Yura Tkachenko wrote:
 
  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
  .
  85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Javascript error in datefield component

2008-03-29 Thread Ektschn

Hi Yura,

as far as I know this is fixed in t5.0.11

Best, Florian


Yura Tkachenko wrote:
 
 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
 .
 85: 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://www.nabble.com/Javascript-error-in-datefield-component-tp16245060p16376547.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
.
85: 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.