bug
This commit is contained in:
parent
e1a0625a15
commit
0f65a0f239
|
|
@ -120,7 +120,7 @@ public class EvalTag extends HtmlEscapingAwareTag {
|
||||||
context.addPropertyAccessor(new JspPropertyAccessor(this.pageContext));
|
context.addPropertyAccessor(new JspPropertyAccessor(this.pageContext));
|
||||||
ConversionService conversionService = getConversionService();
|
ConversionService conversionService = getConversionService();
|
||||||
if (conversionService != null) {
|
if (conversionService != null) {
|
||||||
context.setTypeConverter(new StandardTypeConverter());
|
context.setTypeConverter(new StandardTypeConverter(conversionService));
|
||||||
}
|
}
|
||||||
return context;
|
return context;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue