SetAttributeAction disableAction = new SetAttributeAction("appendAsFirstButton", "onclick", "");
// Create a concrete ajax response:
AjaxResponse response = new AjaxResponseImpl();
// Add the actions:
response.addAction(action);
response.addAction(disableAction);
return response;
}