I am using a simple form controller to allow users to search for data that gets displayed in the SimpleFormController's success view. I would like to add sorting capability to the search results. For this I created a sort link and I post back to the form where I display the results. However, SimpleFormController forwards the request to the formView instead of calling onsubmit and redisplaying the success view. Any ideas how I can modify this behaviour?
Thanks


Reply With Quote
