Alguem já ouviu falar ou usa o VelocityStruts ? Pois até agora não consegui faze-lo funcionar, alguem pode me ajudar ?
vc seguiu esses passos :
[list]
[*:1d2c2e454a]velocity-tools-x.x.jar which contains the VelocityStruts and VelocityView classes must be added to the WEB-INF/lib directory.
[*:1d2c2e454a]VelocityViewServlet needs to be installed into the servlet container (web.xml) so it can handle all request for *.vm files.
[*:1d2c2e454a]velocity.properties configuration file must be added
[*:1d2c2e454a]toolbox.xml file must be added, and mappings must be setup for the standard tools which expose the Struts objects to the template. (sample toolbox.xml file below)
[/list]
???