Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はstruts2フレームワークを使用しており、struts1ではベースURLからポイントするために使用しています
<html:rewrite page='/stylesheets/m.css'/>
sturts2で同じことをする方法を教えてください
@Quaternionがコメントしたように
<link rel="stylesheet" href="<s:url value="/stylesheets/m.css"/>" /> <link rel="stylesheet" href="${pageContext.request.contextPath}/stylesheets/m.css" type="text/css">
Strut2 UrlTag