Java Spring MVC partial views

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-27T08:59:31Z Indexed on 2010/03/27 9:03 UTC
Read the original article Hit count: 111

Filed under:
|

I'm learning Spring MVC at the moment and comparing it to ASP .NET MVC. Is there a way to use partial views in java (like .ascx partials in ASP .NET MVC), so i can associate it with action method of some controller and pass model data to it.

© Stack Overflow or respective owner

Related posts about java

Related posts about c#