问题描述
您应该改用以下语法:
${#dates.format(date, #messages.msg('app.dateformat'))}
解决方法
我正在使用`Thymeleaf
dates.format()函数在视图层中设置日期格式。我为日期格式创建了一个国际化属性文件。我正在使用这样的
#dates.format(date,
(#{app.dateformat}))功能。但
Thymeleaf抛出一个解析异常。因为百里香现在解决了
app.dateformat`。我如何在百里香中使用日期格式国际化方式。以下是一个例外:
org.springframework.expression.spel.SpelParseException: EL1043E:(pos 37): Unexpected token. Expected 'identifier' but was 'lcurly({)'