Hi
Our application gets the information about the users locale out of a
database. Since the user must log in before he get to our application
(the apache in front of the tomcat takes care of that), we'd like to
welcome our users in their respective native language. After looking
through the tapestry sources we found the RequestLocaleManager interface
and found it to be the perfect place for our locale logic (instead of
reading it out of the http headers we make a call to the database with
request.getRemoteUser()).
However the RequestLocaleManager implementation is not changable outside
of tapestry itself since there is no configuration-point for it. Or at
least I was unable to find one. Does our approach to the problem make
sense and, if yes, would it be possible to add such a configuration
point?

Sincerly & thanks for the great application
Siegenthaler Mario
Bedag Informatik AG

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to