Hi! I would really like to start using T5 for new modules in my web application. The problem is that I have a lot of struts and T4 pages that needs to co-exist with T5-pages under the same application context, I'm already making struts and T4 cooperate in a slightly messy way. I can't afford the risk right now of converting all my T4 pages to T5.
Since T5 is a servlet filter, I guess it would be possible to let it operate side by side with T4 by using different URLs, but I'm guessing I will get in trouble when it comes to classpath issues and configuration (hivemind) ? Thanks Inge