Re: T5 property file for enum

2008-04-10 Thread Michael Gerzabek
Great, Thanks! Robert Zeigler schrieb: You can put the labels in your application's global properties file. See: http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html In particular, note the section on the Application Message Catalog: "Application Message Catalog If th

Re: T5 property file for enum

2008-04-10 Thread Robert Zeigler
You can put the labels in your application's global properties file. See: http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html In particular, note the section on the Application Message Catalog: "Application Message Catalog If the file WEB-INF/AppName.properties exists in t

Re: T5 property file for enum

2008-04-10 Thread Michael Gerzabek
sure, how could I forget. Thanks! nille hammer schrieb: Hello Michael, there is an application wide properties file which is accessable by every page and component within your application. It is located in WEB-INF/.properties. depends on the filter name you have chosen for the tapestry fil

Re: T5 property file for enum

2008-04-10 Thread Thiago HP
On Thu, Apr 10, 2008 at 6:10 AM, Michael Gerzabek <[EMAIL PROTECTED]> wrote: > Is there a way to customize labels for enums in only one file per locale so > that those properties get read whenever the enum is used on a Page? ? In my humble opinion, the best approach is to put all the messages in

Re: T5 property file for enum

2008-04-10 Thread nille hammer
Hello Michael, there is an application wide properties file which is accessable by every page and component within your application. It is located in WEB-INF/.properties. depends on the filter name you have chosen for the tapestry filter. As one usually does not change that, this would be pe