i18n with ReloadableResourceBundleMessageSource in Spring - <spring:message> tag not parsed -


i set reloadableresourcebundlemessagesource shown in spring documentation. using following page:

<html xmlns="http://www.w3.org/1999/xhtml"   xmlns:h="http://java.sun.com/jsf/html"   xmlns:f="http://java.sun.com/jsf/core"   xmlns:c="http://java.sun.com/jsp/jstl/core"   xmlns:p="http://primefaces.org/ui"   xmlns:spring="http://www.springframework.org/tags"   xmlns:ui="http://java.sun.com/jsf/facelets">  ... <b><spring:message code="general.welcome"/></b> ${user.firstname} ${user.lastname} ... 

when running application , inspecting source code still see:

<b><spring:message code="general.welcome"/> 

without rendering message defined in messages_en.properties file.

how can more information track happening , tag not rendered mentioned message output?

thanks & kindest regards, arnkor


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -