You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In latest versions of mojarra the behavior of composite component attributes map (UIComponent::getAttributes) was changed.
In Payara server 6.2024.9 and above (Mojarra 4.0.7.payara-p1) I couldn't obtain literal default attribute value from attributes map.
In Payara server 6.2024.8 and below (Mojarra 4.0.0.payara-p2) I could do this.
I need clarification is it a bug or it's a feature?
Is the only correct way to get the attribute value now - via an EL expression like #{cc.attrs.attributeName}?
Desktop (please complete the following information):
OS: Windows 11
Browser: chrome
Version: 129.0.6668.100
The text was updated successfully, but these errors were encountered:
Describe the bug
In latest versions of mojarra the behavior of composite component attributes map (
UIComponent::getAttributes
) was changed.In Payara server 6.2024.9 and above (Mojarra 4.0.7.payara-p1) I couldn't obtain literal default attribute value from attributes map.
In Payara server 6.2024.8 and below (Mojarra 4.0.0.payara-p2) I could do this.
Looks like it's because of this changes (273b9ea)
To Reproduce
Expected behavior
I need clarification is it a bug or it's a feature?
Is the only correct way to get the attribute value now - via an EL expression like
#{cc.attrs.attributeName}
?Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: