What is this for: template.homepage=Index.vm The reason I ask is that according to my logs, for every request, it seems to want to load Index.vm, even if I'm loading a different page. For example, the first time I start the servlet, I load a page called Products.vm. My request pull tools are inited, the page is built, doPostBuildTemplate is called, and the screen is loaded fine. But when it's finished, Turbine tries to load Index.vm. In addition, all of my request pull tools are loaded for a second time. But Index.vm is never displayed. Why does this happen? If I hit refresh, or go to any other page, it happens again. Is there any way to prevent this? I tried setting template.homepage to blank, and then to some bogus names, but that just created errors in my logs. Thanks in advance, Rex
