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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -