|
Hi everyone,
I'm trying to develop a system that let the user searches for datas on a database, for this a have a page x and a page y. In the page x i have many checkboxes defining how the search will be done, like by name or type, also in this page i put a search button that calls a method on the controller of the page y. My problem is how will i get the value of the checkboxes by the page y's controller? May anyone help me?
Thanks,
|