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