I am using Zend, Dojo, and Ajax to create a Form in which I can add additional groups of items (Similar to Jermey Kendall does at: http://www.jeremykendall.net/2009/01/19/dynamically-adding-elements-to-zend-form/). My problem is that even though the form elements I have on page load are Dojo'fied form elements, all form elements I add are not. To add these fields I am calling the same function that I call to create them on initial page load. What I believe is happening is that I am missing some of the processing of the elements afterwards. Anyone have any knowledge on doing this? It would be greatly appreciated. -- View this message in context: http://n4.nabble.com/Zend-Dojo-Ajax-dynamically-adding-Dojo-Elements-but-they-aren-t-dojo-fied-tp1288756p1288756.html Sent from the Zend Framework mailing list archive at Nabble.com.
