답 일지 몰라도 답답함은 해결되길

IT

[IT] If <spring:message> arguments is not working for variable...

아담도라이바 2020. 6. 12. 08:24
반응형

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.

 

exaple to input valiable to spring message

반응형