提问者:小点点

ajax在Springmvc thymeleaf应用程序中


我在玩Springmvc thymeleaf。

但是,我想与ajax(部分页面渲染)集成。

你能给我推荐一些示例代码/教程吗?

我只发现了以下内容:

  • Springmvc thymeleafSpring网页流阿帕奇瓷砖Springjavascript(http://blog.springsource.org/2013/03/26/bringing-new-life-to-spring-travel-with-thymeleaf/)
  • Springmvc apache瓷砖Springjavascript(http://maciekmoczkowski.blogspot.de/2009/09/partial-rendering-with-spring-mvc-and.html)

但是,我对使用apache磁贴或Spring web flow根本不感兴趣。


共1个答案

匿名用户

瓦片是强制性的,为此目的-根据网站留档
http://docs.spring.io/spring-webflow/docs/current/reference/html/spring-js.html#spring-js-ajax

请参阅标题为-“12.5。处理Ajax请求”的部分

这个链接告诉你需要的只是一个参数与你的请求,命名为片段
http://brosan.net/2012/09/25/partials-with-spring-mvc-3-1-and-apache-tiles/