Re: struts2 StringTemplate support

2009-10-25 Thread Musachy Barroso
I had never heard of it before, but you could write your own result for it. musachy On Sun, Oct 25, 2009 at 2:58 AM, Ran Tavory wrote: > Hi, I'm somewhat new to struts2 and very new to StringTemplate and I was > wondering if there's a struts2 result type of StringTemplate? > StringTemplate (http

struts2 StringTemplate support

2009-10-25 Thread Ran Tavory
Hi, I'm somewhat new to struts2 and very new to StringTemplate and I was wondering if there's a struts2 result type of StringTemplate? StringTemplate (http://www.stringtemplate.org/) is a nice templating engine. I've googled that, but no dice. If not I think I'll implement one. Any newbe tips? Than