With 1.4 I could override the loadConfiguration method of VelocityViewServlet to modify/add properties of the velocity configuration at runtime. From a previous post last year it seems the way to do this now is:
http://www.nabble.com/Tools-2.0---VelocityLayoutServlet---loadConfiguration-td18268452.html When I try this approach the MyVelocityView class I created is not used. I am setting up the init params for the servlet as indicated. Question: Does the link above still represent the best way to accomplish what used to be done by overriding loadConfiguration() in VelocityViewServlet? If not, what would you recommend. thanks, -Ray -- View this message in context: http://www.nabble.com/tools-1.4%3D%3E2.0-upgrade%2C-configuration-question-tp22167805p22167805.html Sent from the Velocity - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
