andygoblins opened a new pull request, #16: URL: https://github.com/apache/velocity-tools/pull/16
I was trying to migrate to 3.x and noticed that VelocityLayoutServlet wasn't working at all because it overwrote the deprecated version of mergeTemplate, which is no longer called by VelocityViewServlet when processing requests. As a result, VelocityLayoutServlet did not render pages using the expected layout templates. I adjusted VelocityLayoutServlet to use the new method, restoring expected behavior, and now pages use the expected layout templates again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org