1

velocity templates works fine in developing web pages. But i would also like to include certain jsp pages inside my velocity template to include certain functionalities. But when i try, #include("xyz.jsp") it simply pastes the file in my template rather than binding it..kindly help me out..

user1201605
  • 13
  • 1
  • 5

1 Answers1

0

You need to being using VelocityTools' ImportTool.

Nathan Bubna
  • 6,823
  • 2
  • 35
  • 36