Im working on a groovy on grails conference management system which was written by a student temp a few months ago. Unfortunately theres only a very poor documentation and the style of programming is not that nice (check out the comments)...
well, heres the problem: there is a domain class "participant" - within the view there is a possibility to select some filters. Those filters get applied through the corresponding controller. Once the filter has been applied to the selection, the result gets posted. Now the problem is, that I dont know how to revert those filters or clear them. Obviously a simple HTML reset button within the view won't work as the filtered result gets posted.
Could anyone tell me, how to clear the filters used? Obviously, I dont want a hardcoeded href which redirects the user to the normal "list" action. Any idea(s)?