We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a0625 commit 0f65a0fCopy full SHA for 0f65a0f
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/EvalTag.java
@@ -120,7 +120,7 @@ private EvaluationContext createEvaluationContext() {
120
context.addPropertyAccessor(new JspPropertyAccessor(this.pageContext));
121
ConversionService conversionService = getConversionService();
122
if (conversionService != null) {
123
- context.setTypeConverter(new StandardTypeConverter());
+ context.setTypeConverter(new StandardTypeConverter(conversionService));
124
}
125
return context;
126
0 commit comments