I'm using Tapestry-3.0.2. Inside my Home's Page's "pageBeginRender" method, I read the host name, assign a theme, and redirect it to other Page that will be my real Home Page. I use Visit object to keep my theme information. The problem is that, at that point, my visit's hash is for example: "21086917" but, when entering the next page, it becomes: "7715073". So, the first one is never used. As result, the first time a user enters the site, a "default" theme is displayed (because it is empty at: "7715073") instead of the stored at: "21086917".
Any Idea? Anyway... if you have some time and want to help Tapestry's community, please post some of your experience at: www.tapestryforums.com. Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
