Description
Add support for IConverterLocator to PropertyVariableInterpolator (see patch) to work with known IConverter for properties.
Sample code:
getString("created", Model.of(item));
properties:
created=Item created at ${createDate} by ${user}.
Currently createDate (and any other property) is always converted by toString() instead of respecting IConverter to get properties localized.
Attachments
Attachments
Issue Links
- breaks
-
WICKET-4662 StringResourceModel interpolation in resource key is broken
- Resolved