-
Nov 18th, 2005, 10:36 AM
#1
spring:message doesn't work with JSP 1.1-1.2 containers in expected way
You cannot use something like this with error messages
<spring:message code="${error.code}" text="${error.defaultMessage}" arguments="${error.arguments}"/>
because ${error.arguments} will be tracted as a comma-separated string of arguments, and then result in
[L1234456@XXXXXXX resolved argument value
Should we treat this as a bug or a feature?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules