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.
这是这个问题的更通用的版本。一般来说,我能否在未实现的元素上进行 JSF 生命周期验证EditableValueHolder。这似乎是一个愚蠢的问题,但有些小部件库似乎提供了有这个问题的小部件。
EditableValueHolder
您不能强制对其直接进行验证。您需要将它包装在一个实现 EditableValueHolder 的类中。然后为该类型创建并注册验证器。