[VELTOOLS2] access to some VelocityView methods

2007-05-28 Thread Claude Brisson
I propose to relax the access to the three following methods in VelocityView.java : -protected Template getTemplate(HttpServletRequest request) +public Template getTemplate(HttpServletRequest request) -protected Template getTemplate(HttpServletRequest request, HttpServletResponse

Re: [VELTOOLS2] access to some VelocityView methods

2007-05-28 Thread Nathan Bubna
Sure, go for it! On 5/28/07, Claude Brisson [EMAIL PROTECTED] wrote: I propose to relax the access to the three following methods in VelocityView.java : -protected Template getTemplate(HttpServletRequest request) +public Template getTemplate(HttpServletRequest request) -protected