Closed tsegismont closed 11 months ago
You may include a template file into an MVEL template using @include{}, as long as the templates reside on the filesystem.
@include{}
Template inclusion doesn't work if the templates are loaded from the classpath using the Vert.x file resolver.
This is a limitation of the MVEL engine: some other engines let Vert.x plug in a custom template file resolver, MVEL doesn't.
Fixed by 17a04c0ca
You may include a template file into an MVEL template using
@include{}
, as long as the templates reside on the filesystem.Template inclusion doesn't work if the templates are loaded from the classpath using the Vert.x file resolver.
This is a limitation of the MVEL engine: some other engines let Vert.x plug in a custom template file resolver, MVEL doesn't.