Re: [Wicket-user] Changing localized labels after costructor

2007-01-14 Thread Filippo Diotalevi
On 1/14/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > add(new Label("foo", new ResourceModel("header"))) ? > Yeah, it was really that simple! Thanks -- filippo - Take Surveys. Earn Cash. Influence the Future of IT Join So

Re: [Wicket-user] Changing localized labels after costructor

2007-01-14 Thread Igor Vaynberg
add(new Label("foo", new ResourceModel("header"))) ? -igor On 1/14/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: Hi, maybe the question is a bit dumb, but I haven't found a definitive answer. I have a custom panel MyPanel which is added to a MyPage. The component must use internally sam

[Wicket-user] Changing localized labels after costructor

2007-01-14 Thread Filippo Diotalevi
Hi, maybe the question is a bit dumb, but I haven't found a definitive answer. I have a custom panel MyPanel which is added to a MyPage. The component must use internally same labels whose values are localized, and are to be found in MyPage.properties (because MyPanel will be reused in different