I would like to return the output of FreeMarker templates to the client as a
file and for use in AJAX calls rather than using the standard forward
resolution. Is there a way to access the Stripes FTL configuration so that I can
simply get the templates myself rather than creating a new FTL configuration and
merging the bean data?

The closest thing I saw in the list is this:
return new StreamingResolution("text/html", freemarkerUtil.process(
        someTemplate, dataModel));

But it appears that freemarkerUtil is a custom function written by the message
author.


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to