开发者

Java Spring MVC partial views

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.开发者_JAVA技巧


I'm not familiar with ASP .NET MVC but you might want to take a look at Apache Tiles, it's a very easy way to split up a view into several files.

Sitemesh is also good for this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜