I've used Velocity in my last few projects, but only for specific pieces - not the forms. You might take a look at VelocityStruts tool:
http://jakarta.apache.org/velocity/tools/struts/ Here's some installation instructions: http://jakarta.apache.org/velocity/tools/struts/userguide.html#Installat ion Struts Resume, which is based on AppFuse, uses Velocity for rendering Resumes, so you could look at it for configuration settings. Basically, you'd just need to add it to the "lib" directory, configure it in lib.properties and then include the jars in the "package-web" target. HTH, Matt > -----Original Message----- > From: Gray, Cameron C. [mailto:[EMAIL PROTECTED] > Sent: Friday, January 30, 2004 3:58 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: AppFuse with Velocity > > > Matt, > > Any ideas for starting points with removing the JSP > dependency, and adding in Velocity hopefully using the Pull > Tool methodology. > > Custom Tags and JSTL just don't seem to cut it for my tastes. > > Best regards, > > Cameron Gray > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Struts-apps mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/struts-apps
