How to autowired spring service into a jsp?
问题 As mentioned in the title, i need to autowire a service in my page.jsp.. " i know that's not recommended to do it " <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ page import="org.springframework.context.ApplicationContext"%> <%@ page import="org.springframework.web.servlet.support.RequestContextUtils"%> <%@ page import="com.fussa.fyby.service.Test"%> <%@ page import="com