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.
これを使用するには、JSTL で HTML 文字をエスケープしないようにする必要があります。
<c:out value="${my.value}" escapeXml="false" />
デフォルトで escapeXml を false にするページ ディレクティブが存在するかどうか疑問に思っているので、その特定のページで指定する必要はありません。