up vote 0 down vote favorite
share [g+] share [fb]

I'm looking for a struts2 StringTemplate result type.
Given an action result I'd like to render the html using StringTemplate.
There are struts2 result types for Velocity, FreeMarker etc but I haven't been able to find one for StringTemplate, Google doesn't help.
Has anyone seen such result type?
Or perhaps this is something that mysteriously cannot be done?
I think I'll go and implement one myself, but naturally I'd like to look first.

Thanks!

link|improve this question

79% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I created my own result type. It's documented here http://prettyprint.me/2009/11/13/stringtemplate-a-step-forward-to-a-better-web-mvc/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.