개발하자/JSP&Servlet
EL) el로 바꾸기
i구야
2015. 3. 12. 10:52
<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%>
<%=request.getContextPath()%>
위를 el로 바꾸면 아래와 같다.
${pageContext.request.contextPath}