Thanks, I can't use it as it is, but it's a pretty good starting point. Do you have any plans for JSF / Facelets support? Would it be a welcome addition? I'm willing to contribute what I write (unless I decide another solution would be more suitable and abandon the idea, but so far Velocity seems the best choice for my needs).
One question though - if I use it, and need my own instance of VelocityEngine (say, initialized and set up by Spring), all I need is to create and initialize it, then wrap it in VelocityView and application.setAttribute(VELOCITY_VIEW_KEY,view); it in a ServletContextListener or equivalent, and it's guaranteed to work, correct? If so, how about formalizing it by adding something like ServletUtils.setVelocityView(ServletContext,VelocityView) ? Greetings, L Nathan Bubna wrote: > I have no idea about JSF of Facelets, but there is this: > > http://velocity.apache.org/tools/devel/view.tag.html > http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/view/jsp/VelocityViewTag.html > > On Thu, Aug 21, 2008 at 5:28 PM, Lilianne E. Blaze > <[EMAIL PROTECTED]> wrote: >> Hello, >> Are there JSF and/or Facelets -compatible tags available for including >> Velocity templates? >> >> I think I could write them if not, at least a basic version, but I'd prefer >> not to re-invent the wheel if they're already available somewhere. >> >> Greetings, L >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
