My breadcrumb panels are usually tied to some model object which provides the
titles. For titles that are read from a localized file I use:
@Override
public String getTitle() {
return
Application.get().getResourceSettings().getLocalizer().getString("some.key.here",
(Component)null, (String) null);
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Using-StringResourceModel-with-BreadCrumbPanel-constructor-tp3309130p3309252.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]