content/control/EditSurveyResponse puts escaped HTML on the page instead of
the rendered survey.
applications/content/webapp/content/survey/EditSurveyResponse.ftl has
${surveyString} but
that apparently escapes the page. ${surveyString?html} just adds another
level of escaping, and
I couldn't see how to "unescape" from here.
It looks to me like there really should be a call to surveyWrapper.render()
or something like that --
or is it the intended behavior to show the HTML output instead of the
rendered survey?
> content/control/EditSurveyResponse puts escaped HTML on the page instead of
> the rendered survey.
>
> applications/content/webapp/content/survey/EditSurveyResponse.ftl has
> ${surveyString} but
> that apparently escapes the page. ${surveyString?html} just adds another
> level of escaping, and
> I couldn't see how to "unescape" from here.
>
> It looks to me like there really should be a call to surveyWrapper.render()
> or something like that --
> or is it the intended behavior to show the HTML output instead of the
> rendered survey?
>
> --
> James McGill
> Able Engineering
>