Includes in Velocity Templates

Cantor, Scott cantor.2 at osu.edu
Thu Jul 7 20:58:37 EDT 2016


> Embedded HTML tags in the Spring properties in /messages will render, but I
> don't know if limitations exist in length or formatting or whether there are
> other practical issues to be encountered.

Not sure what issues you have in mind.

Velocity can do #include or #parse. The latter will parse any Velocity macros in the file, so the only difference is just efficiency depending on what's in the included file.

> Is that the best approach?  Any deployers with enough experience here to
> recommend better, if not best, practices?

I use both liberally.

-- Scott



More information about the users mailing list