I have a table and I want to change a column, the column contains a string. For example: "this is my string" --> "this is my...". I try to do this whith abbreviate().
<td th:text="${#strings.abbreviate( ${fgp.explanation}, 10)}"></td>
But I receive this error : EL1043E: Unexpected token. Expected 'rparen())' but was 'lcurly({)'. S{fgp.explanation} contains the string