Questions tagged as 'thymeleaf'

1
answer

Delete database record with ajax + spring boot + thymeleaf

Good afternoon! I'm trying to delete an item in my view, which is in a bootstrap table. I'm using thymeleaf + bootstrapno frontend. The idea is to take the id and move to a modal bootstrap window and through the modal delete the record in the ba...
asked by 19.05.2017 / 20:54
0
answers

Validation using Spring and Thymleaf

I have a page with two forms. One to make the update only the password field, and another to update two name and email fields. When this update page opens, it has the fields filled in with their proper name and email values. The password field a...
asked by 25.04.2017 / 20:30
0
answers

Problems to pass two parameters in the url using thymeleaf

I have the following method in my controler: @RequestMapping(value = "/", method = RequestMethod.GET) public ModelAndView home(ModelMap model) { Page<Postagem> page = postagemService.findByPagination(0, 5); model.ad...
asked by 11.04.2017 / 16:06
0
answers

Saving Dynamic Data in the Same Java Entity

I'm using Spring MVC, thymeleaf and for me with all built routes it did automatic but not working, entity, repository, controller and etc. I have a relationship of N = N of course to shift, from that relationship created the course table to t...
asked by 21.02.2017 / 12:39
1
answer

Thymeleaf - Submit information from inside table

Is it possible to give information submit from within one using thymeleaf? Example: <form method="post" th:action="@{/receive}" th:object="${objeto}" > <input type="text" th:field="*{nome}"/> <table&...
asked by 19.01.2017 / 15:03