How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-06 Thread Roger_man
Hi everyone, Im getting javascript error "calendar.DatePicker_7 is undefined" while clicking tacos:DatePicker component in tapestry 4.1.3. It was working fine in tapestry 4.0. After the upgradation of tapestry 4.1.3 only its throwing this JS error. Is there any alternative to use dat

Re: How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-07 Thread Roger_man
Hello Patrick, Yeah!.. i tried with @DatePicker compoent in place of @tacos:DatePicker. It's still showing the same JS error and Calendar not working. Thanks, Roger Patrick Klein wrote: > > Hello! >> Im getting javascript error "calendar.DatePicker_7 is >> undefined" while click

Re: How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-07 Thread Roger_man
Hi, I have used the below code in tapestry 4.0. But its not working in ugraded version tapestry 4.1.3. Then i put @DatePicker component in place of @tacos:DatePicker. Still it's not working.. What is the way to avoid JS error? Andreas Andreou wrote: > > Yes - there's no datepicker

Re: How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-07 Thread Roger_man
Hi, I have used the below code in tapestry 4.0. But its not working in ugraded version tapestry 4.1.3. Then i put @DatePicker component in place of @tacos:DatePicker. Still it's not working.. What is the way to avoid JS error? Andreas Andreou wrote: > > Yes - there's no datepi

Re: How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-07 Thread Roger_man
er_7 and not > calendar.DatePicker_7 > so, can you make sure you have the right versions + clear browser cache, > e.t.c > 3) Try pasting the javascript here > > On Fri, Mar 7, 2008 at 5:41 PM, Roger_man > <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I have used

Re: How to use DatePicker in tapestry 4.1.3 without tacos?

2008-03-07 Thread Roger_man
; 3) Try pasting the javascript here > > On Fri, Mar 7, 2008 at 6:54 PM, Roger_man > <[EMAIL PROTECTED]> wrote: >> >> Im working for a client and they have recommended only T4.1.3. So plz >> give a >> solution to resolve this issue in this version its