mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
bug
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ public class EvalTag extends HtmlEscapingAwareTag {
|
||||
context.addPropertyAccessor(new JspPropertyAccessor(this.pageContext));
|
||||
ConversionService conversionService = getConversionService();
|
||||
if (conversionService != null) {
|
||||
context.setTypeConverter(new StandardTypeConverter());
|
||||
context.setTypeConverter(new StandardTypeConverter(conversionService));
|
||||
}
|
||||
return context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user