On Tue, Apr 19, 2011 at 2:50 PM, Biesbrock, Kevin wrote:
> One option, I gather, is the same
> thing Eric suggested -- render the template in the action class and put
> the result into a string for the view to pull using <s:property.../>.
> Is that correct?

Yeah, although I'd just use JSTL ${whatever}

> What about the "simple tag" concept?  How would I implement that in my
> view?  That's the solution I was hoping to find; as I feel it's more
> MVC-compliant.

<v:renderTemplate template="theTemplate.vm"/> or whatever.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to