Hi all, I know you all have a strong preference of Velocity over JSP, and so do I. In a past Turbine project I worked in, we used Velocity and it was great. Now, I'm trying to convince a customer to use Turbine. The problem is that they would use Turbine only if they could use JSP for the pages. I think this is a situation several Turbine supporters are faced with. You can tell from the turbine-user list. Although Turbine claims that JSP can be used for templates, the support it has for that is not even close to that of Velocity templates. So, I decided to make JSP templates closer to Velocity ones. I've added some classes and made some additions to others and now the new JspScreen allows one to use the Context and have access to it from the JSP template the same way you do that in Velocity (of course, the syntax is not as compact). I've also added support for ActionEvents in JSP so that the Context can also be used in them. I also found the bug related to the problem described in: http://www.mail-archive.com/[email protected]/msg02866.html
I'd love to contribute all this to the project. I you want the source code, just let me know. Thanks, -- Gabriel Moreno ITC Soluciones [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
