Re: Tapestry i18n, Messages

2010-02-08 Thread cordenier christophe
Hi Try to inject ComponentResources into your page, call getMessages(), this will build a new Catalog hierarchy as you describe. If you want to obtain this from a service, use ComponentSource service to obtain an instance of page (implements Component), then call getComponentResources() and then g

Re: Tapestry i18n, Messages

2010-02-05 Thread Christoph Jäger
Hi, just found something that leads in the right direction, see below. Have a look at http://tapestry.apache.org/tapestry5/tapestry-ioc/parallel.html This document describes a mechanism for running threads. I will probably use some Spring functionality for scheduling my threads, so this

Re: Tapestry i18n, Messages

2010-02-05 Thread Christoph Jäger
Hi, On Feb 5, 2010, at 00:30 , cordenier christophe wrote: Hi 2010/2/5 Christoph Jäger Hi, I use org.apache.tapestry5.ioc.Messages to get the translated strings for my web application from the property files for my pages. This works great. Now, I want to use the same mechanism in two

Re: Tapestry i18n, Messages

2010-02-04 Thread cordenier christophe
Hi 2010/2/5 Christoph Jäger > Hi, > > I use org.apache.tapestry5.ioc.Messages to get the translated strings for > my web application from the property files for my pages. This works great. > > Now, I want to use the same mechanism in two different places in my > application: > > 1. A user can cl

Tapestry i18n, Messages

2010-02-04 Thread Christoph Jäger
Hi, I use org.apache.tapestry5.ioc.Messages to get the translated strings for my web application from the property files for my pages. This works great. Now, I want to use the same mechanism in two different places in my application: 1. A user can click a button to generate some graphic