Value not setting to bean....
Hi,
i am implementing employee search page. i have one textfield and a submit button, when i click on submit, my bean is searching for employee meeting the search criteria and returned to the same page. i am using datatable to display the list. when i gave a string and click on submit.it is working fine.
problem is ... when i enter nothing in the textfield and click on subit, it is still showing the old result, not going to the bean where i have the logic to display all employees details.
please suggest to do something.
Thanks in advannce.

