Hi, 

On a WebPage, I'm using a TabbedPanel containing different implementations
of MyAbstractPanel. MyAbstractPanel.html contains a <wicket:message
key="headline"></wicket:message>. Now I want a different headline for each
of my implementations of MyAbstractPanel. 
So I made a properties file for each. E.g.
MyAbstractPanelFirstImpl.properties with headline=First panel headline,
MyAbstractPanelSecondImpl.properties with headline=Second panel

When the page gets displayed the first Tab displays the right value. When I
navigate to other tabs however, the displayed message is the same as on the
first tab. The same happens if I use a <span wicket:id="headline" with a
ResourceModel.

Is this a desired behaviour? Where's the flaw? Do I miss the point? :-)

regards

-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/wrong-properties-displayed-tp14753907p14753907.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to