Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
WW 2.1.7
-
None
Description
The ParamTag does this
Object value = findValue(valueAttr);
instead of this
Object value = findValue(valueAttr, String.class);
which means that it bypasses your custom type converters.