Re: Get Locale in a Tapestry request life cycle

2006-04-19 Thread James Carman
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

Get Locale in a Tapestry request life cycle

2006-04-19 Thread Eduardo Valentim
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