RE: How to use tacos components?

2006-09-01 Thread andyhot
Jasper Huzen wrote:
> Strange, 
>
> But my solution is "Don't use tacos, because DOJO has almost the same
> functionality"
>   
If you just want to use 'simple' dojo widgets, this might be close to true -
assuming that you use the dojoType="someWidget" style which however has
performance issues (and which tacos doesn't use).

Keep in mind that there are more in tacos (and even dojo) than dojo's
widgets.
> I can use(see) a dropdowndatepicker, but how do I use that in
> combination with Tapestry? Can someone give me an example?
>
> I can't find any good documentation about that (just like the other
> parts of Tapestry :( )
>
> I tried:
>
>  value="ognl:Customer.bornDate"/> 
>   
Assuming that you do NOT use the dojoType="DropdownDatePicker" attribute,
do you think the above code should work? Isn't it missing something? or even
better some things?
> I can choose a date but, when submitting the form, it doesn't store the
> right (new selected) date, found in the bornDate textfield.
>
> Anyone?
>   
I'm hoping you can work it out.
> Do you have a lot of free time? Please write some good Tapestry 4
> tutorials with example code! :P
Point taken... but i'm pretty sure everyone's doing their best. Perhaps
the community
can help here.

-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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



RE: How to use tacos components?

2006-09-01 Thread Jasper Huzen
Strange, 

But my solution is "Don't use tacos, because DOJO has almost the same
functionality"

I can use(see) a dropdowndatepicker, but how do I use that in
combination with Tapestry? Can someone give me an example?

I can't find any good documentation about that (just like the other
parts of Tapestry :( )

I tried:

 

I can choose a date but, when submitting the form, it doesn't store the
right (new selected) date, found in the bornDate textfield.

Anyone?

Do you have a lot of free time? Please write some good Tapestry 4
tutorials with example code! :P






-Original Message-
From: Pedro Viegas [mailto:[EMAIL PROTECTED] 
Sent: donderdag 31 augustus 2006 22:43
To: Tapestry users
Subject: Re: How to use tacos components?

You may have a dojo incompatibility issue.
Take a look at what version of dojo you have installed and what version
the
TACOS release you have requires.
I had a similar issue a while back and this was the reason.

Hope it helps,

On 8/31/06, Jasper Huzen <[EMAIL PROTECTED]> wrote:
>
> I'm trying to use tacos components but I doesn't work as espected
>
>
>
> I've configured my tapestry project for usage of tacos. I can use (and
> see) DOJO objects when I add in example
>
>
>
> 
> title="Inner window"
>
> constrainToContainer="false"
>
> style="left: 20px; top: 60px; width: 120px; height:
80px;">
>
>
>
> (I think the configuration is ok?)
>
>
>
> I tried to add to my html
>
>
>
>  and
I
> see the picker icon. My problem is that I can't click (can click but
> does nothing:P) on the DatePicker.
>
>
>
> How do I use the tacos:DatePicker in example?
>
>
>
>
>
>
>
>
>


-- 
Pedro Viegas


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



Re: How to use tacos components?

2006-08-31 Thread Pedro Viegas

You may have a dojo incompatibility issue.
Take a look at what version of dojo you have installed and what version the
TACOS release you have requires.
I had a similar issue a while back and this was the reason.

Hope it helps,

On 8/31/06, Jasper Huzen <[EMAIL PROTECTED]> wrote:


I'm trying to use tacos components but I doesn't work as espected



I've configured my tapestry project for usage of tacos. I can use (and
see) DOJO objects when I add in example







(I think the configuration is ok?)



I tried to add to my html



 and I
see the picker icon. My problem is that I can't click (can click but
does nothing:P) on the DatePicker.



How do I use the tacos:DatePicker in example?












--
Pedro Viegas


How to use tacos components?

2006-08-31 Thread Jasper Huzen
I'm trying to use tacos components but I doesn't work as espected

 

I've configured my tapestry project for usage of tacos. I can use (and
see) DOJO objects when I add in example

 



 

(I think the configuration is ok?)

 

I tried to add to my html

 

 and I
see the picker icon. My problem is that I can't click (can click but
does nothing:P) on the DatePicker. 

 

How do I use the tacos:DatePicker in example?