Hi,
I have a search button in my application. I need to enter some value in the box and click on 'Find' button. If I don't enter anything in the box and click on 'Find', an alert window gets popped up, which says I need to enter some value in the box. Now, the problem is, the parent page is not getting refreshed on click of 'Ok' button of alert window so the "find' button remains pushed in.I am using jsf to implement this page.
Thanks,
ambikasd
I have a search button in my application. I need to enter some value in the box and click on 'Find' button. If I don't enter anything in the box and click on 'Find', an alert window gets popped up, which says I need to enter some value in the box. Now, the problem is, the parent page is not getting refreshed on click of 'Ok' button of alert window so the "find' button remains pushed in.I am using jsf to implement this page.
Thanks,
ambikasd
Comment