return null;
}
// Look if action was rendered in this session - if not do not execute
if (!actionLink.getSessionID().equals(session.getId())) {
throw new TMLInvalidActionLinkException("The action was registered for a different session ID");
}
// Try to retrieve action context - defaults to context of this tag
TMLContext actionContext = getTMLContext();
if (!actionLink.getContextPath().equals(TMLActionLink.EMPTY_PARAM)) {