disabiling a button after the click in JSF
843844Jun 25 2007 — edited Jun 26 2007Hi...,
For one of the screen, the request takes some time for to complete & redirect the user to a new page. What we don't want is for the user to click on the button multiple time .
When we use the onClick event on the button to disable , it works fine, but then the request is not completed.
How do I make the request go through even after I disable the button?
Regards,
Praveen