【发布时间】:2015-03-02 11:35:19
【问题描述】:
我正在使用Thymeleaf #dates.format() 函数在视图层中格式化日期。我为 pic 日期格式创建了一个国际化属性文件。我正在使用这样的#dates.format(date, (#{app.dateformat})) 函数。但是Thymeleaf 抛出一个解析异常。因为 thymeleaf 现在解析了app.dateformat。我如何在百里香中使用日期格式国际化方式。以下是一个例外:
org.springframework.expression.spel.SpelParseException: EL1043E:(pos 37): Unexpected token. Expected 'identifier' but was 'lcurly({)'
【问题讨论】:
标签: java spring-mvc thymeleaf