ExecuteJavascriptFunctionAction action = new ExecuteJavascriptFunctionAction("showAlert", options);
// Create a concrete ajax response:
AjaxResponse response = new AjaxResponseImpl();
// Add the action:
response.addAction(action);
return response;
}
public AjaxResponse showElement(AjaxActionEvent event) {