This message means that you use:

public MyPanel() {
  ...
  Component comp = new ...;
  add(comp);
  comp.getString("some.resource.key"); // <<<<
}

The problem is that MyPanel doesn't know yet its parent (and
respectively its page). And this leads to incomplete knowledge how to
find the resource bundle with "some.resource.key".

I doubt it leads to your problem.

I think you found the reason for you problem. Johan confirmed in the
other thread that replaceSession() could be the problem.

On Mon, Jul 11, 2011 at 11:26 AM, Horacio Natyural
<horacio.natyu...@gmail.com> wrote:
> Hi,
>
> What does this log statement mean?
>
> Tried to retrieve a localized string for a component that has not yet
> been added to the page. This can sometimes lead to an invalid or no
> localized resource returned
>
> I see it in almost all of our pages and it's saying that i can
> sometimes lead to an invalid or no localized resource returned?
> Is this the reason why I'm suddenly getting a different image instead
> of the one that I'm looking for?
>
> I'm getting a css image instead of a page and this happens very randomly.
> Really need help on this.
>
> THanks A Lot!
> Horacio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to