Hi Laura, first you need to have a partial for the filter GUI (that you already have). Then you need to overwrite the addFiltersCriteria method (the one you find in the cached action class) in your own action class.
If you only add new filters, a "parent::addFiltersCriteria( )" should be alright, if you intend to adopt existing filters you need to overwrite it totally (no parent call). Anyway, there you add your own filter criterias, have a look at how the generated ones work! You need to have the right naming for your form fields! Eddie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
