반응형
Most contents for "spring message with arguments" I found, said using the this example.
"<spring:message code="messageCode" arguments="${value1}, ${value2}, ${value3}" />"
Unfortunately ,If it isn't working on your project, I recommend this example.
<spring:message code="messageCode" arguments="'+ value1+', + value2+'" />
This is my usage in my project.
I created Datatable for Dashboard and then add title to <td> If cell had a some condition.
반응형
'IT' 카테고리의 다른 글
[AWS] 504 Gateway Time-out 에러에 대해 (0) | 2020.10.06 |
---|---|
[IT] Installing JEP on AWS EC2 Amazon Linux Instance. (0) | 2020.09.29 |
[IT] XMLTools.dll is not compatible with the current version of Notepad++ (0) | 2020.05.13 |
[IT] JEP과 Jython (0) | 2019.05.31 |
MongoDB와 Elasticsearch Sync (0) | 2019.04.04 |