thymeleaf-docs icon indicating copy to clipboard operation
thymeleaf-docs copied to clipboard

Thymeleaf documentation

Results 17 thymeleaf-docs issues
Sort by recently updated
recently updated
newest added

https://www.thymeleaf.org/doc/articles/standarddialect5minutes.html After "2.5. Fragment expressions" find "Fragment expressions can have arguments:". The colon means something must follow but there's nothing there.

needs triage

The sample to retrieve authorities in Spring Security should be changed to not rely on a specific implementation of principal as principal can be of any type, see https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/core/Authentication.html#getPrincipal() A...

I had recently faced the problem while using `th:checked` attribute as described in thymeleaf checkbox section. Since `th:checked` attribute is single valued, its value does not change as checkbox is...

needs triage

From: https://github.com/thymeleaf/thymeleaf/discussions/877 Could be very useful to add a note that HTML escaping is on by default in Thymeleaf's form-related attribute processors, particularly for those coming from JSPs who used...

tracker:task
status:underevaluation

In section 5 (Got HTML5?) of https://www.thymeleaf.org/doc/articles/thvsjsp.html , it is said "Unfortunately not all browsers support this yet (as of 2011, Opera 11 and Firefox 4 do)". This commend is...

tracker:task
status:pending

比如 当状态为1时,class是 container green 状态为2时且状态为3时, class 是container red 状态为4时,class 为container blue 以前用的是jsp页面,在class属性中 c:if就可以,但是使用thymeleaf模板之后,无法实现这个效果.求大神,

tracker:question
status:pending

Hi this issue is about Integer.valueOf in this [documentation](https://www.thymeleaf.org/doc/articles/springmail.html). i think that it is not necessary, because for autoboxing java transform those number from int to Integer.

Inspired by https://spring.io/blog/2019/06/10/announcing-nohttp I'd like to use HTTPS instead of HTTP for Thymeleaf URLs. I see that [documentation](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html) have examples with http: > xmlns:th="http://www.thymeleaf.org" Here is the question: can I...

home/homeNotSignedIn.html Has copyright of 2016, (same as footer fragment) yet browser jpeg shows copyright 2014. fragments/header.html browser jpeg shows Messages, yet not in code

As pointed out in #72, we're missing an example for fragment expressions with arguments: ![screen shot 2018-11-03 at 11 03 27 am](https://user-images.githubusercontent.com/1686920/47942796-1c513400-df58-11e8-8482-db4400ecd047.png) Come up with something to fill that in!

tracker:task
status:pending