I have a search form where user enters few fields ( say username and date) to search. I need the search parameter to be passed to a new controller/child controller so that it can fetch search result and display below the search form.
How do I go about doing this?
pointers to any existing demo would be great
Thank You Murali