Re: Select a property file

2010-08-04 Thread Nicolas Bouillon
IIUC, the purpose is to split the page translation file, if it is too big for being edited in a convenient way. For example, for a page ProductDescription.java, having ProductDescription-Product1.properties, ProductDescription-Product2.properties, etc.. To use the localisation support of tapestry,

Re: Select a property file

2010-08-02 Thread LeSanglier
I found it, thx !! :-) http://www.rgagnon.com/javadetails/java-0503.html You must add a slash / in the end of the line. Sven Homburg wrote: > > google for "multiline properties java" > > with regards > Sven Homburg > Founder of the Chenille Kit Project > http://chenillekit.codehaus.org > >

Re: Select a property file

2010-08-02 Thread Sven Homburg
google for "multiline properties java" with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/8/3 LeSanglier > > Another question, does it possible to have a multi-line in my .properties > file, by example : > > vacumcleaner.properties > > name = v

Re: Select a property file

2010-08-02 Thread LeSanglier
Another question, does it possible to have a multi-line in my .properties file, by example : vacumcleaner.properties name = vacum cleaner description = the best tool for the house It is red and very small don't hesitate to buy it. -- View this message i

Re: Select a property file

2010-08-02 Thread LeSanglier
Okay, But I don't want to use the Internationalization and localization function, I would like something generic. Another example is to select a description of a product from the properties : product_1.properties product_2.properties product_3.properties. -- View this message in context: http

Re: Select a property file

2010-08-02 Thread Howard Lewis Ship
Tapestry automatically chooses the correct localization of properties files, templates, and assets. Read up on Localization support. On Mon, Aug 2, 2010 at 5:32 AM, LeSanglier wrote: > > Hello, > > I would to know if it does possible to select a .properties file by a value > ? > By example, I go