[Wicket-user] javascript error 'too much recursion ' if calendar.js is included more than once

2007-06-26 Thread Nili Adoram
Hi all, I am working with wicket-1.2.2. I included datepicker calendar.js twice in the same page, and the following error occurred when clicked on the datepicker. Any suggestions? too much recursion setFullYear(2007)calendar.js (line 1796) setFullYear(2007)calendar.js (line 1796)

Re: [Wicket-user] javascript error 'too much recursion ' if calendar.js is included more than once

2007-06-26 Thread Matej Knopp
You need to use more recent version. Wicket 1.2.2 is really ancient. Also after upgrade, don't forget to clean browser cache. -Matej On 6/26/07, Nili Adoram [EMAIL PROTECTED] wrote: Hi all, I am working with wicket-1.2.2. I included datepicker calendar.js twice in the same page, and the

Re: [Wicket-user] javascript error 'too much recursion ' if calendar.js is included more than once

2007-06-26 Thread Matej Knopp
Btw, next time, you don't need to post 1000 lines of setFullYear(2007)calendar.js (line 1796) :) -Matej On 6/26/07, Matej Knopp [EMAIL PROTECTED] wrote: You need to use more recent version. Wicket 1.2.2 is really ancient. Also after upgrade, don't forget to clean browser cache. -Matej On