Open javaserverfaces opened 8 years ago
Reported by anghelleonard
ren.zhijun.oracle said: Can you give me an example or sample application?
anghelleonard said: Yes, of course. Please check here: https://github.com/AnghelLeonard/JSF-2.3/tree/master/JSF23ValidateWholeBeanExample This example works fine because I have avoided the reported issues. But, you can simply remove the f:validateBean for an input and observe the issue. Thanks!
Was assigned to ZhangXinyuan
This issue was imported from java.net JIRA JAVASERVERFACES-4083
Please see this important message regarding community contributions to Mojarra.
https://javaee.groups.io/g/jsf-spec/message/30
Also, please consider joining that group, as that group has taken the place of the old dev@javaserverfaces.java.net mailing list.
Thanks,
Ed Burns
f:validateWholeBean requires f:validateBean in each input - f:validateBean should be indicated for each input even if there is no validation contrains, otherwise I get an "HV000028: Unexpected exception during isValid call." exception. I don't think this is pretty intuitive.
Environment
Payara 4.1
Affected Versions
[2.3.0-m04]