HiveMind has a ThreadLocale (notice the 'e' at the end) service which can
hold the locale for the current thread. Tapestry sets this during the
request cycle.
> Hi,
>
>What is the best place to get current locale in a tapestry
> request life cycle to put it in a variable ThreadLocal for a
Hi,
What is the best place to get current locale in a tapestry
request life cycle to put it in a variable ThreadLocal for access in
my business layer? This is necessary because I have integrated a
validation framework with AOP and construct a AOP Validation
Framework, but exist a little pro