<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib uri="/WEB-INF/taglibs/cal.tld" prefix="cal" %> <%@ page import="com.k_int.salcal.dto.BookingDTO" %> <% String base_dir = request.getContextPath()+"/Worker"; BookingDTO dto = (BookingDTO) request.getAttribute("dto"); org.springframework.web.context.WebApplicationContext ctx = org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(application); com.k_int.salcal.util.UserMessageService msgs = (com.k_int.salcal.util.UserMessageService) ctx.getBean("CalMessageService"); %>

View