the code for getstring(string) is currently:

   public final String Component.getString(final String key)
   {
       return getString(key, getModel());
   }


why is it involving the component's model in localization by default?? when
used in conjunction with a compound model it causes this bug:

https://issues.apache.org/jira/browse/WICKET-440

so anyone mind if i change getmodel() to null? i dont know if people depend
on this, but imho this is definetely a bug

-igor

Reply via email to