<%@ page import="com.hof.mi.web.framework.AttributeKey" %> <%@ page import="com.hof.util.TagUtil" %> <%! TagUtil tagUtil = new TagUtil(); %> <% //If the Spring Context is not available, forward the request to to the injection controller if (!tagUtil.hasSpringContext(request, getServletContext())) { String destination = tagUtil.prepareSpringContextInjectionForward(request); %> <% return; } %>