mojarra icon indicating copy to clipboard operation
mojarra copied to clipboard

Option to have VIEW_LOCATION_KEY also in production stage

Open MMetz-OV opened this issue 6 years ago • 0 comments

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.

MMetz-OV avatar May 24 '19 13:05 MMetz-OV