Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: WW 2.1.7
-
Fix Version/s: WW 2.2.2
-
Component/s: Plugin - Tags
-
Labels: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.