java - Silent fail for spring:message -


i using spring message source internationalization of webapp.

the problem jspexception thrown whenever message not defined, it's real pain in developement stage when many texts added.

what log error (in order know texts missing) , print key or placeholder in generated html.

is configurable thing ?

--

edit: there text attribute, needs added each message tag, , doesn't log anything

you can use text attribute in tag.

<spring:message code="welcome.springmvc" text="default text" /> 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -