Код: Выделить всё
org.thymeleaf.exceptions.TemplateProcessingException: Instantiation of new objects and access to static classes or parameters is forbidden in this context (template: "book-change" - line 12, col 7)
Код: Выделить всё
book-change.htmlКод: Выделить всё
Change book
Change book
[url=@{/admin}]Admin panel[/url]
Book
Title:
Author:
Year:
Keywords:
Change Book
Код: Выделить всё
param.idЯ попытался добавить идентификатор через Модель, и он сработало, но я не думаю, что это лучший способ, поскольку Thymeleaf позволяет получать параметры из URL-адреса.
Подробнее здесь: https://stackoverflow.com/questions/790 ... rs-is-forb