Re: Shared message property file not working on 1.4

2010-11-25 Thread Ernesto Reinaldo Barreiro
How was this CarMessages.properties shared by the two classes? If your car CarListPage uses CarDetail placing them on CarListPage should be enough, AFAIK. Additionally on 1.4.X I think package level resource files are supported. Ernesto On Thu, Nov 25, 2010 at 10:07 AM, andrea.castello

Re: Shared message property file not working on 1.4

2010-11-25 Thread andrea.castello
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 adam.s.gibb...@gmail.comwrote: There's no CarMessages.java, just the two

Re: Shared message property file not working on 1.4

2010-11-25 Thread Ernesto Reinaldo Barreiro
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 a.castello.pronet...@gmail.com wrote: Hi, Martin Grigorov-4 wrote: What is the

Re: Shared message property file not working on 1.4

2010-11-25 Thread Martin Grigorov
you can use com/example/something/package.properties or MyApplication.properties (global) On Thu, Nov 25, 2010 at 11:12 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Another possibility is that had your own IStringResourceLoader registered via