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.
struts2 UIタグで、「required」のようなHTML5フォーム検証を使用したいと思います。また、struts2コアjarファイルを確認しました。これは、動的属性がs:textboxに当てはまることを示しています。しかし、のよう<S:textbox name="username" required>に使用すると、エラーがスローされます。
<S:textbox name="username" required>
助けてください
属性には値が必要です。したがって、required は機能しませんが、required="" は問題を引き起こしません。