you can use com/example/something/package.properties or MyApplication.properties (global)
On Thu, Nov 25, 2010 at 11:12 AM, Ernesto Reinaldo Barreiro < [email protected]> wrote: > Another possibility is that had your own IStringResourceLoader registered > via > getResourceSettings().addStringResourceLoader(new MyResourceLoader())? > > Ernesto > > On Thu, Nov 25, 2010 at 10:57 AM, andrea.castello > <[email protected]> wrote: > > > > Hi, > > > > > > Martin Grigorov-4 wrote: > >> > >> What is the relation between CarMessages.java (if there is such file) > >> and CarDetail.java > >> ? > >> Does the one extend/implement the other ? > >> > >> On Thu, Nov 25, 2010 at 10:11 AM, adam.gibbons > >> <[email protected]>wrote: > >> > > > > There's no CarMessages.java, just the two I mentioned, which are not > > apparently related (that surprieses me a bit) > > > > CarDetail extends a generic DetailPanel class (which extends Wicket's > > panel), while CarListPage extends a genric ListPage...so apparently no > > relation between the two. I wonder how they could work with just the > > Carmessages.properties resource...anyway. How can I use package resource? > Is > > there a convention to do it in 1.4? > > -- > > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Shared-message-property-file-not-working-on-1-4-tp3058612p3058686.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] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
