Hi. I've used Zend_Form for a while, and have cached my forms when needed. That worked nice, but now, I switched to ZendX_Jquery_Form and it uses $view->jQuery() helper to addOnLoad javascript. When I cache form, this javascript is not cached, and forms from cache are rendered without onload javascript.
Now I'm thinking about caching strategies for such forms. i'm using a lot of jQuery components, so many helpers and other forms are messing with this jQuery placeholder, and I need to be sure that I have right onload javascript on all pages. Any good idea? Regards, Sasa Stamenkovic. -- View this message in context: http://n4.nabble.com/Caching-ZendX-Jquery-Form-tp948794p948794.html Sent from the Zend Framework mailing list archive at Nabble.com.
