Hello,
This may win the award for the dumbest question yet. But I've just started moving all my view rendering from JSP's to POJO's. I just don't want to bother with JSP anymore. So since I'm gutting everything, I thought this would be a good time to make the leap from Struts to Spring MVC as well. Anyway, I'm just getting started. I went through the doc and a tutorial. So I see how to forward to a JSP by doing something like, "return new ModelAndView("test.jps")" in the controller.... but I'm not using JSP. I'm thinking my answer might be the "Integrating view technologies" section of doc. But I'm just not getting it.
Any hints on how to do something simple like..
return MyObject.toHtml()?
Thanks


Reply With Quote
