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
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
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
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
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