Using Symfony 1.3
I have a normal form-filter that is used to filter values of a list,
it works normally. What I’d like to add is a link that is outside of the
form that can be used to filter by just a single criteria.
Anybody have a solution to this? Is there a way to set a filter to accept a GET?
I resolved this in a much easier fashion than i suspected. The request already accepts GETS.
I just created a link with the parameters set as array values.
Clicking on that link does exactly what I need.