Hello, I store all my jspx templates in /WEB-INF/templates/<package>/ I am tired of copy/paste like
<result name="success">/WEB-INF/templates/foo/success.jspx</result> <result name="fail">/WEB-INF/templates/foo/foo.jspx</result> All my templates are in WEB-INF/templates/ Could I set it in one place for the whole package? I briefly looked into the code and found noting about it expect UiBean#getTemplateDir that I need to hack to achieve my goal. I wonder if there is an official (not hack!) way to solve my issue. Thanks. Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org