Dojo is mostly working for me. I ended up creating a headhelper singleton component that is an array of dojo pagkages and adding it to my appcontroller. In my layout It loops through and writes out all of the requires in the layout. As long as there is at least one package it also puts the link to dojo.js in the header. That way all packages get required once and only once even if I have multiple requestsActions, ect in my page. I am not using the built in ajax prototype stuff so I don't know if there are compatibility problems there.
I am having some javascript errors, possibly due to bad layout, race conditions on the loading of dojo and use of it. Also the rich text editor seems to be crashing IE. I need to upgrade to the latest version and see if that addresses some of these issues. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
