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 am currently working with Mojarra 2.3.5 within Wildfly 14.
I would need the UIComponent.VIEW_LOCATION_KEY meta data which are available in development stage also in the production stage, so that I can access this meta data for localization issues also in this stage.
In fact, within ComponentTagHandlerDelegateImpl.java within the method doNewComponentActions() there is an "if" statement, to put the location to the VIEW_LOCATION_KEY only in the ProjectStage.Development.
If there would be a new configuration option to execute this put in all stages, this would help me a lot!
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am currently working with Mojarra 2.3.5 within Wildfly 14.
I would need the UIComponent.VIEW_LOCATION_KEY meta data which are available in development stage also in the production stage, so that I can access this meta data for localization issues also in this stage.
In fact, within ComponentTagHandlerDelegateImpl.java within the method doNewComponentActions() there is an "if" statement, to put the location to the VIEW_LOCATION_KEY only in the ProjectStage.Development.
If there would be a new configuration option to execute this put in all stages, this would help me a lot!
Thanks.
The text was updated successfully, but these errors were encountered: