JSPの実際のパスを取得する必要があり、ExpressionLanguageを使用して取得する必要があります。次に、TagLibでパスを送信します。
私はそれを見つけました:
<mytag:getstats rtexprvalue="${pageContext.request.contextPath}"/>
しかし、私はそれが不明であり、 ELで別のものであるrtexprvalue
と言うことについて警告があります:。The declared exception IOException is not actually thrown by the method _elExpression15() from type
__2F_PrizeWheel_2F_WebContent_2F_stats_2E_jsp
.tldでのTagLibの宣言は次のとおりです。
<tag>
<name>getstats</name>
<tag-class>connector.FileConnector</tag-class>
<attribute>
<name>name</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
多分私はそれを完全に間違っています。だからあなたがより良い解決策を持っているなら、私は興味があります:)