framework, struts tips struts jsp ルートパスの取り方 2008 年 8 月 12 日 leaf コメントする jspでhtml:linkが使えないときに、ルートパスが取りたかったら 以下のようにして取れる。やり方はいろいろあんだろうけど。 <bean:page id=”req” property=”request”/> <bean:define id=”path” name=”req” property=”contextPath”/>