After upgrading to v2.5.22 my custom StrutsTypeConverters are having issues
when the passed html form parameter is empty (or null).

Specifically in my overridden convertFromString(context, values, toClass)
method, the values parameter now contains
values[0]="ognl.NoConversionPossible".  In v2.5.20, the values[0]="".

Do you know why values[] contains this error text rather than the actual
empty value like it used to?  Is there a setup issue on my end?

Thanks in advance,
Burton

Reply via email to