This commit is contained in:
Keith Donald 2010-02-12 00:43:27 +00:00
parent e1a0625a15
commit 0f65a0f239
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }