You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Dawn <pe...@gmail.com> on 2006/08/22 07:30:24 UTC

Tapestry 3.0.3 AJAX components

guys,

i have given up trying to find ajax components for tap3. tacos is for
4. and all other components seem to be backward compatible with tap3.
surely ppl out there using tap3 must be experiencing the same issue.
are there are any ajax components for tap3 at all.

any help appreciated.

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


Re: Tapestry 3.0.3 AJAX components

Posted by Peter Dawn <pe...@gmail.com>.
surely, but looking at tacos i feel like i am missing out on a lot of
functionality. i am going to try and find tacos for tap3 and if not
guess have to either upgrade (which i am not too keen on) or use
t-deli.

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


Re: Tapestry 3.0.3 AJAX components

Posted by Robert Zeigler <ro...@scazdl.org>.
You could try for an older release of tacos...
Depending on the functionality you want, "xtile" (from
http://www.t-deli.com) is a sort of "low level" ajax component (but
extremely useful! :) that works in tap3.  Basically, with xtile, you
specify the name of a "send" function and a receive function (both
javascript), and a listener method (java).  xtile writes the send
function for you, so you just have to call the send function somewhere;
any arguments passed to the send function will be passed on to the
listener method server-side.  When your java listener method completes,
your receive function will be called (again, service parameters will be
passed to the receive function automatically).  The receive function
javascript you write.  You can get a lot of mileage out of xtile. :)

Robert

Peter Dawn wrote:
> guys,
> 
> i have given up trying to find ajax components for tap3. tacos is for
> 4. and all other components seem to be backward compatible with tap3.
> surely ppl out there using tap3 must be experiencing the same issue.
> are there are any ajax components for tap3 at all.
> 
> any help appreciated.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org


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