Hi Dennis, You can just include include_stylesheets() and include_javascripts() calls where you want the stuff to go to. if you want to have exactly the same behaviour as before, just put them before the end of the head tag.
I dont understand why you think the common filter did something differen. can you elaborate? Fabian On Wed, Jun 3, 2009 at 2:28 PM, Dennis Verspuij <[email protected]>wrote: > > Hello, > > The only way to succesfully add stylesheets and javascripts using the > use_stylesheet() and use_javascript() helpers from component slots > templates was to let the sfCommonFilter add all stylesheets and > javascripts implicitely after rendering a page (thus not including > include_stylesheets() and include_javascripts() calls in a layout > template html head tag). > > Since the removal of sfCommonFilter in Sf 1.3 changeset [17794] this > now is impossible to do. Any ideas to keep this powerful possibility, > thus preventing me from including all stylesheets and javascripts of > any component that could be possibly loaded on a page? I think this is > a major loss of oop functionality. > > Greetings, > > Dennis > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
