return response;
}
public AjaxResponse showElement(AjaxActionEvent event) {
// Create an ajax action for showing an element:
ShowElement action = new ShowElement("toShow");
// Create a concrete ajax response:
AjaxResponse response = new AjaxResponseImpl();
// Add the action:
response.addAction(action);