「JSP」Struts2のs:aタグでリンク先を指定するサンプル
使用例
<%taglib prefix="s" uri="/struts-tags"%>
<div class="cft">
<s:a target="_blank" href="http://xxxx">
<s:property value="テスト" />
</s:a>
</div>
Coding Changes the World
使用例
<%taglib prefix="s" uri="/struts-tags"%>
<div class="cft">
<s:a target="_blank" href="http://xxxx">
<s:property value="テスト" />
</s:a>
</div>