preserver.preserve(Base.OPTION_WEBTML_SCOPE, actionLink.getWebtmlScope());
try {
// Inner call, depends, if this a default action or not
if (actionLink.isDefaultAction()) {
actionContext.callDefaultAction(actionLink.getDefaultAction(), params);
if (actionLink.getPortletmode() != null && actionContext.getportlet() != null) {
actionContext.getportlet().setmode(actionLink.getPortletmode());
}
applyPortletContext(actionLink, actionContext);
return null;