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.sql.Timestamp であるjpaモデルでprimefacesカレンダーを使用するには?
独自のコンバーターを実装し、faces-configに登録して、カレンダーで使用する必要があると思います。
<p:calendar > <f:converter converterId="YourRegisteredConverter" /> </p:calendar>