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.
このコードでhtmlページを作成すると:
'<br/>' is not a valid email address.
<br />改行の代わりに何がOKかわかります
<br />
次に、EmailValidatorがある改札入力テキストフィールドがあります。そこに置く<br />と同じ行が表示されますが<br />、新しい行に置き換えられます。改札はどうですか?
html コードをブラウザに表示したい場合は、エスケープする必要があります。ウィケット コンポーネントの値として html を使用する場合は、呼び出す必要があります。Component.setEscapeModelStrings(true);
Component.setEscapeModelStrings(true);