Skip to content

Commit 0f65a0f

Browse files
author
Keith Donald
committed
bug
1 parent e1a0625 commit 0f65a0f

File tree

1 file changed

+1
-1
lines changed
  • org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/EvalTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private EvaluationContext createEvaluationContext() {
120120
context.addPropertyAccessor(new JspPropertyAccessor(this.pageContext));
121121
ConversionService conversionService = getConversionService();
122122
if (conversionService != null) {
123-
context.setTypeConverter(new StandardTypeConverter());
123+
context.setTypeConverter(new StandardTypeConverter(conversionService));
124124
}
125125
return context;
126126
}

0 commit comments

Comments
 (0)