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.
複数のスペースを含むオプション (選択タグを使用) にテキストがあります。これらのスペースは、1 つのスペースに変換されます。次に、スペースをエスケープしようとしまし たが、次のように変換されます。
これは私が望むものではありません。Strut2 でエスケープを無効にする方法はありますか? または、選択したタグのスペースを常にエスケープする必要がありますか? プロパティタグのエスケープをオフにする方法はありますが、選択には何もありません。
属性 escape=false または escapeAmp=false で試してください