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的selectOneMenu(组合框)的验证错误,如下所示。
form1:menu1:验证错误:值无效
组合框的值更改正确且符合预期时的结果。我只想绕过验证错误。
尝试使用立即 =“真”。它将绕过 JSF 级别验证。