[Templates] TT2 and AJAX support

Tim Keefer tkeefer@sunflowerbroadband.com
Mon, 19 Jun 2006 10:14:10 -0500


Jose Pedro Andres Garcia wrote:
> Hi all:
>    There any example of how can i use template toolkit with AJAX 
> support ?
>    Someone do it ?
>
> thanks in advance
>
> _______________________________________________
> templates mailing list
> templates@template-toolkit.org
> http://lists.template-toolkit.org/mailman/listinfo/templates


Hi,
Template::Plugin::HTML::Protype, which is on cpan, can be used to 
perform AJAX operations within template toolkit. I've used it for 
several projects and it works great.  Another option is to use Dojo 
(www.dojotoolkit.org), which is a javascript toolkit that also helps 
with AJAX stuff.
-Tim