cancel
Showing results for 
Search instead for 
Did you mean: 

API to get associated Form templates

grumpy_burton
Champ in-the-making
Champ in-the-making
Hi there,

If I have something like this to pull out content that is entered in to WCM via XForms

FormDataFunctions ef = new ServletContextFormDataFunctionsAdapter(pageContext.getServletContext());
Map entries = ef.parseXMLDocuments("formName", "/root/of/content");

can I get any associated XSLT/FreeMarker templates from the form somehow as well as some way to run them through a template engine?

Reason being I want to use a more complex JSP template that pulls out various bits of content (rather than just using straight XSLT/FreeMarker).

Cheers,
Alex.
1 REPLY 1

arielb
Champ in-the-making
Champ in-the-making
no - you can't right now.  but that's a pretty good idea.  can you file a feature request please in jira?