Ian wrote:
Something changed between beta1 and beta3 that now causes the getPresentationFor() method to remove the stylesheets and javascripts from the callback method that calls getPresentationFor(). My app is a little different than normal apps because my stylesheets are added through a filter and not the view.yml file. This is because I use a theme generator which includes the appropriate css files on the fly via the getResponse()->addStyleSheet() method based on user settings. I assume this filter is run during the getPresentationFor() call, but it shouldn't overwrite or affect any js/css in the callback action since its a different array in the actionstack. When the page is displayed, it has the layout, and does include head tags, however there are no stylesheets or javascripts included. In any event I'm not sure if there's some adjustment I need to make or if this is a bug? Any ideas?
thats a bug in beta3 get this file from svn: http://www.symfony-project.com/trac/browser/trunk/lib/filter/sfCommonFilter.class.php regards, Lukas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
