> any ideas how i could disable (client-side) an ajax-button after > clicking > them once?
Override getAjaxCallDecorator() and return an IAjaxCallDecorator which returns
"getElementById('"+yourButton.getId()+"').disabled = true;"+script for
decorateScript(). You also need to enable it in the success/failure methods.
- Tor Iver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
