Newer
Older
alarm / WebRoot / common / taglibs.jsp
zhout on 2 Mar 2022 356 bytes first commit
<%@page language="java" pageEncoding="UTF-8" %>
<%@taglib prefix="s" uri="/struts-tags" %>
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%pageContext.setAttribute("ctx", request.getContextPath());%>
<%pageContext.setAttribute("locale", request.getLocale());%>
<%pageContext.setAttribute("rsURL", request.getAttribute("rsURL"));%>