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
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
I would get a valid resource bundle with the expected keys and values, as i've set it up.
But if i call c.getResourceBundleMap(); - it will always returns an EMPTY_MAP. Tracked it to the line 2688 of UIComponent.java where i can confirm that className exactly matches the class name of my component, as expected, but still it would return null.
In other words, from my class, the exact same call with the same parameters returns the expected resource bundle, but UIComponent#getResourceBundleMap doesn't. As a work around, i'd overwrite it, i guess.
The text was updated successfully, but these errors were encountered:
On Feb 19, 2019, at 14:20, Erick de Oliveira Leal ***@***.***> wrote:
mojarra issue tracker moved to: https://github.com/eclipse-ee4j/mojarra
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/javaserverfaces/mojarra/blob/bbac72aabda02f7e605d05f71da0be2fd0814ce7/impl/src/main/java/javax/faces/component/UIComponent.java#L2688
EE8, JSF 2.3, on Wildfly 15.
From a custom renderer of a custom component, this code:
I would get a valid resource bundle with the expected keys and values, as i've set it up.
But if i call
c.getResourceBundleMap();
- it will always returns anEMPTY_MAP
. Tracked it to the line2688
ofUIComponent.java
where i can confirm thatclassName
exactly matches the class name of my component, as expected, but still it would returnnull
.In other words, from my class, the exact same call with the same parameters returns the expected resource bundle, but UIComponent#getResourceBundleMap doesn't. As a work around, i'd overwrite it, i guess.
The text was updated successfully, but these errors were encountered: