Re: Result template relative path

2011-04-14 Thread Paweł Wielgus
Hi Ilya, maybe this will help: Best greetings, Paweł Wielgus. 2011/4/11 Ilya Kazakevich : > Hello, > > I store all my jspx templates in /WEB-INF/templates// > I am tired of copy/paste like > > /WEB-INF/templates/foo/success.jspx > /WEB-INF/templates/foo/foo.jspx > > All my templates are in WEB-

Result template relative path

2011-04-11 Thread Ilya Kazakevich
Hello, I store all my jspx templates in /WEB-INF/templates// I am tired of copy/paste like /WEB-INF/templates/foo/success.jspx /WEB-INF/templates/foo/foo.jspx 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