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.
習慣がjava.text.Formatあり、JSPで使用したいと思います。カスタムを使用してオブジェクトをフォーマットできるJSP/JSPLタグはありますjava.text.Formatか?カスタムフォーマットを使用できることを除いて、<fmt:formatNumber>似たようなものを探しています。<fmt:formatDate>
java.text.Format
<fmt:formatNumber>
<fmt:formatDate>
私は自分のタグを書くことができることを知っていますが、これに対する既存の解決策があるかどうか興味があります。
いいえ、ありません。独自のカスタムタグを作成する必要があります。