-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OutputLabel.for would not evaluate target correctly #4176
Comments
@javaserverfaces Commented |
@javaserverfaces Commented |
@edburns Commented https://javaee.groups.io/g/jsf-spec/message/30 Also, please consider joining that group, as that group has taken the Thanks, Ed Burns |
|
For Mojarra 2.3 and earlier please contact your vendor for support (RedHat, IBM, Oracle, Omnifish, Payara, etceteras) |
I talked about this problem here http://stackoverflow.com/questions/38608286/poutputlabel-not-marked-as-required-when-target-input-is-inside-composite and there primefaces/primefaces#1633. The problem is not from Primefaces. I just tried with native components like h:outputLabel and h:inputText.
Basically, after getting component referenced by "for" attribute, the component defined as required is not evaluated as such...
Affected Versions
[2.2.13, 2.3.0-m06]
The text was updated successfully, but these errors were encountered: