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>