Map<String, Object> params = new HashMap<String, Object>();
params.put("selector", selector);
ExecuteJavascriptFunctionAction action3 = new ExecuteJavascriptFunctionAction("showEntryEffect", params);
// Add actions to response:
response.addAction(action1);
response.addAction(action2);
response.addAction(action3);
} else {
this.renderErrorMessage(event, response, "message.error.feed.not.found", "No feed found.");
}