[
https://issues.apache.org/jira/browse/WICKET-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2156.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4-RC3
1.3.6
overriding getlocalizer() should work now
> StringResourceModel's Localizer cannot be overwritten
> -----------------------------------------------------
>
> Key: WICKET-2156
> URL: https://issues.apache.org/jira/browse/WICKET-2156
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.2
> Reporter: Peter Parson
> Assignee: Igor Vaynberg
> Fix For: 1.3.6, 1.4-RC3
>
>
> According to the Javadoc setLocalizer() should be used to overwrite a
> StringResourceModel's Localizer.
> However, the localizer property is overwritten later by the load() method.
> Overriding getLocalizer() does not work either, since getString() uses the
> localizer property directly.
> I think the load method should check whether the property is set already
> before applying the application's localizer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.