ultraq / thymeleaf-layout-dialect

A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse

Home Page:https://ultraq.github.io/thymeleaf-layout-dialect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reload fragments without page reloading

PawelSzymanski89 opened this issue · comments

hello,
is any way to reload fragments without page reloading when i'm using thymeleaf dialect?

thymeleaf is a server side templating engine. what you are looking for are ajax calls that will return you with html content, which you will have to implement yourself.