See: https://issues.apache.org/jira/browse/WICKET-990
On 10/11/07, Gwyn Evans <[EMAIL PROTECTED]> wrote: > > I'm getting a Localizer warning - "Tried to retrieve a localized > string for a component that has not yet been added to the page...". > > The odd thing is that this is triggered by a > > <wicket:message key="header.text">Text</wicket:message> > > line in the markup and is appearing in the renderPage() phase. > > The component is the page itself, so it's parent is null, > leading to the message, but it seems a bit odd - Anyone got any > comments? > > One possibly related thing might be that I've added my own > BundleStringResourceLoader? It does find the message correctly, > though... > > /Gwyn > >
