We use tacos stuff in our project, and I'm just learning about it now.  I'm mainly learning about it because I've been working on another Ajax thing that requires many of the same _javascript_ files that tacos uses, like effects.js , util.js, etc.  I didn't want to include those scripts twice, so my component now gets those files as ClasspathResources and adds them as external scripts.

So I have a few questions:
1) Does tacos use/require scriptaculous.js at all?
2) Where in tacos is the code that adds these external scripts?  I see that the AjaxFormSupportImpl adds an external script, but I don't see where the effects.js and others get added.

I think that's it for now.

-chris

Reply via email to