You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Roger_man <se...@gmail.com> on 2008/03/07 06:57:53 UTC

How to use DatePicker in tapestry 4.1.3 without tacos?

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 datepicker in tapestry 4.1.3 without tacos?
Any ideas?

Thanks in advance,
Roger

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15890460.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.

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 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 datepicker in tapestry 4.1.3 without
>> tacos?
>> Any ideas?
>>   
> Have you tried Taperstry's DatePicker Component?
> 
> Regards,
>     Patrick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15895574.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.

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 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 datepicker in tapestry 4.1.3 without
>> tacos?
>> Any ideas?
>>   
> Have you tried Taperstry's DatePicker Component?
> 
> Regards,
>     Patrick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15895574.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.
Hi Andreas ,
Cleared the Browser cache. Still getting this JS error while clicking
DatePicker component

Line : 1
Char: 1
Error: 'calendar_DatePicker_7' is undefined
Code:0
URL:http://localhost:8080/kp/app?
 
component=dataTable&container=ContainerDataList&page=ContainerDataList&service=direct&session=T&
sp=...............


Thanks.
Roger


Andreas Andreou wrote:
> 
> 2) The generated javascript should have calendar_DatePicker_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 6:54 PM, Roger_man
> <se...@gmail.com> 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 itself.
>>
>>  Thanks,
>>  Roger.
>>
>>
>>
>>
>>  Andreas Andreou wrote:
>>  >
>>  > Weird...
>>  > 1) More up-to-date is T4.1.5
>>  > 2) The generated javascript should have calendar_DatePicker_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
>>  > <se...@gmail.com> wrote:
>>  >>
>>  >>  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 in tacos 4.1
>>  >>  >
>>  >>  > On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein
>> <pa...@bi-so.de>
>>  >>  > wrote:
>>  >>  >> Hello!
>>  >>  >>
>>  >>  >> >              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 datepicker in tapestry 4.1.3
>>  >> without
>>  >>  >> tacos?
>>  >>  >>  > Any ideas?
>>  >>  >>  >
>>  >>  >>  Have you tried Taperstry's DatePicker Component?
>>  >>  >>
>>  >>  >>  Regards,
>>  >>  >>     Patrick
>>  >>  >>
>>  >>  >>
>>  >>  >>
>>  >>  >>
>>  >> ---------------------------------------------------------------------
>>  >>  >>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  >>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>>  >>  >>
>>  >>  >>
>>  >>  >
>>  >>  >
>>  >>  >
>>  >>  > --
>>  >>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>  >>  > Tapestry / Tacos developer
>>  >>  > Open Source / JEE Consulting
>>  >>  >
>>  >>  >
>> ---------------------------------------------------------------------
>>  >>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  >>  > For additional commands, e-mail: users-help@tapestry.apache.org
>>  >>  >
>>  >>  >
>>  >>  >
>>  >>
>>  >>  --
>>  >>  View this message in context:
>>  >>
>> http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896619.html
>>  >>
>>  >> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>  >>
>>  >>
>>  >> 
>> ---------------------------------------------------------------------
>>  >>
>>  >>
>>  >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>>  >>
>>  >>
>>  >
>>  >
>>  >
>>  > --
>>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>  > Tapestry / Tacos developer
>>  > Open Source / JEE Consulting
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  > For additional commands, e-mail: users-help@tapestry.apache.org
>>  >
>>  >
>>  >
>>
>>  --
>>  View this message in context:
>> http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15900821.html
>>
>>
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15911969.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Andreas Andreou <an...@gmail.com>.
2) The generated javascript should have calendar_DatePicker_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 6:54 PM, Roger_man
<se...@gmail.com> 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 itself.
>
>  Thanks,
>  Roger.
>
>
>
>
>  Andreas Andreou wrote:
>  >
>  > Weird...
>  > 1) More up-to-date is T4.1.5
>  > 2) The generated javascript should have calendar_DatePicker_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
>  > <se...@gmail.com> wrote:
>  >>
>  >>  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 in tacos 4.1
>  >>  >
>  >>  > On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de>
>  >>  > wrote:
>  >>  >> Hello!
>  >>  >>
>  >>  >> >              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 datepicker in tapestry 4.1.3
>  >> without
>  >>  >> tacos?
>  >>  >>  > Any ideas?
>  >>  >>  >
>  >>  >>  Have you tried Taperstry's DatePicker Component?
>  >>  >>
>  >>  >>  Regards,
>  >>  >>     Patrick
>  >>  >>
>  >>  >>
>  >>  >>
>  >>  >>
>  >> ---------------------------------------------------------------------
>  >>  >>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  >>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>  >>  >>
>  >>  >>
>  >>  >
>  >>  >
>  >>  >
>  >>  > --
>  >>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>  >>  > Tapestry / Tacos developer
>  >>  > Open Source / JEE Consulting
>  >>  >
>  >>  > ---------------------------------------------------------------------
>  >>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  >>  > For additional commands, e-mail: users-help@tapestry.apache.org
>  >>  >
>  >>  >
>  >>  >
>  >>
>  >>  --
>  >>  View this message in context:
>  >> http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896619.html
>  >>
>  >> Sent from the Tapestry - User mailing list archive at Nabble.com.
>  >>
>  >>
>  >>  ---------------------------------------------------------------------
>  >>
>  >>
>  >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>  >>
>  >>
>  >
>  >
>  >
>  > --
>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>  > Tapestry / Tacos developer
>  > Open Source / JEE Consulting
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  > For additional commands, e-mail: users-help@tapestry.apache.org
>  >
>  >
>  >
>
>  --
>  View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15900821.html
>
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.
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 itself.

Thanks,
Roger.


Andreas Andreou wrote:
> 
> Weird...
> 1) More up-to-date is T4.1.5
> 2) The generated javascript should have calendar_DatePicker_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
> <se...@gmail.com> wrote:
>>
>>  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 in tacos 4.1
>>  >
>>  > On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de>
>>  > wrote:
>>  >> Hello!
>>  >>
>>  >> >              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 datepicker in tapestry 4.1.3
>> without
>>  >> tacos?
>>  >>  > Any ideas?
>>  >>  >
>>  >>  Have you tried Taperstry's DatePicker Component?
>>  >>
>>  >>  Regards,
>>  >>     Patrick
>>  >>
>>  >>
>>  >>
>>  >> 
>> ---------------------------------------------------------------------
>>  >>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>>  >>
>>  >>
>>  >
>>  >
>>  >
>>  > --
>>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>  > Tapestry / Tacos developer
>>  > Open Source / JEE Consulting
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  > For additional commands, e-mail: users-help@tapestry.apache.org
>>  >
>>  >
>>  >
>>
>>  --
>>  View this message in context:
>> http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896619.html
>>
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>
>>
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15900821.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Andreas Andreou <an...@gmail.com>.
Weird...
1) More up-to-date is T4.1.5
2) The generated javascript should have calendar_DatePicker_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
<se...@gmail.com> wrote:
>
>  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 in tacos 4.1
>  >
>  > On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de>
>  > wrote:
>  >> Hello!
>  >>
>  >> >              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 datepicker in tapestry 4.1.3 without
>  >> tacos?
>  >>  > Any ideas?
>  >>  >
>  >>  Have you tried Taperstry's DatePicker Component?
>  >>
>  >>  Regards,
>  >>     Patrick
>  >>
>  >>
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  >>  For additional commands, e-mail: users-help@tapestry.apache.org
>  >>
>  >>
>  >
>  >
>  >
>  > --
>  > Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>  > Tapestry / Tacos developer
>  > Open Source / JEE Consulting
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  > For additional commands, e-mail: users-help@tapestry.apache.org
>  >
>  >
>  >
>
>  --
>  View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896619.html
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>
>
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.
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 in tacos 4.1
> 
> On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de>
> wrote:
>> Hello!
>>
>> >              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 datepicker in tapestry 4.1.3 without
>> tacos?
>>  > Any ideas?
>>  >
>>  Have you tried Taperstry's DatePicker Component?
>>
>>  Regards,
>>     Patrick
>>
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896619.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Roger_man <se...@gmail.com>.
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 in tacos 4.1
> 
> On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de>
> wrote:
>> Hello!
>>
>> >              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 datepicker in tapestry 4.1.3 without
>> tacos?
>>  > Any ideas?
>>  >
>>  Have you tried Taperstry's DatePicker Component?
>>
>>  Regards,
>>     Patrick
>>
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>  For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-use-DatePicker-in-tapestry-4.1.3-without-tacos--tp15890460p15896707.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Andreas Andreou <an...@gmail.com>.
Yes - there's no datepicker in tacos 4.1

On Fri, Mar 7, 2008 at 9:45 AM, Patrick Klein <pa...@bi-so.de> wrote:
> Hello!
>
> >              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 datepicker in tapestry 4.1.3 without tacos?
>  > Any ideas?
>  >
>  Have you tried Taperstry's DatePicker Component?
>
>  Regards,
>     Patrick
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


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

Posted by Patrick Klein <pa...@bi-so.de>.
Hello!
>              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 datepicker in tapestry 4.1.3 without tacos?
> Any ideas?
>   
Have you tried Taperstry's DatePicker Component?

Regards,
    Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org