Make substitutePropertyExpressions() in Localizer overridable
-------------------------------------------------------------

                 Key: WICKET-1302
                 URL: https://issues.apache.org/jira/browse/WICKET-1302
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-final
            Reporter: Thomas Jaeckle


I want to extend Localizer.substitutePropertyExpressions(final Component 
component, final String string, final IModel model) to add a special behaviour 
when the model for substitution is instance of a Interface which has the Method 
getMessage(Locale locale).
In this case I want to use a custom PropertyVariableInterpolator.

So please make the method protected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to