On Sun, 2002-09-29 at 00:40, Simon Robins wrote: > Hi all, > > I have persuaded the company I work for to use Tapestry as the main > framework for web development. > > Unfortunately, the first app I have used it for has the requirement > that all pages are in two languages and that it should be possible to > toggle between these languages. I initially did this by having a link > that changed the locale and then re-rendered the page using this new > locale. After having problems I read the documentation. :-) I then > became clear that this wasn't possible. I then thought that I could > link to a blank page that simply redirected back to the original page > after having changed the locale. I can't seem to get this to work > though. The redirect page always redirects back to it self. How do I > set where a page redirects and is there a better way to solve this > problem.
I know that there is nothing more irritating than asking a question and being asked 'but why do you want to do it *that* way?', especially when it's a requirement which you have no control over, but I am curious as to why the app wants to explicitly change language rather than just picking up the locale from the user's browser? Tom ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
