-
-
I'm trying to use a Simple text template, with one calculated value:
```
[# th:with="result=${value}*2"]
[(${result})]
[(${#numbers.formatDecimal(result,1,2)})]
[/]
```
The Expression …
-
Springboot 2.1.3
Runs fine locally, even using AWS Toolkit with SAM, it runs fine locally in docker. But the moment I push to AWS Lambda, i get this! Help!!!
Now I'm not 100% sure if this the aws-…
-
**Is this a request for help?**: No
---
**Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): BUG REPORT
**Version of Anchore Engine and Anchore CLI if applicable**:
anchore…
-
I am doing the customization of the datatable to work on thymeleaf 3, and I would like to share with you this implementation, since you have already evolved a lot and it is at a very cool level, and I…
-
_I do believe this is applicable to all of thymeleaf not just `thymeleaf/thymeleaf-spring`, but if I'm wrong I can move it._
Trivial i18n works quite well, but we often have the issue that we have …
-
## 설계 문서 작성
NEWJOB 개선 설계 문서를 자유로운 양식으로 작성 합니다.
문서를 통해 현재 NEWJOB 의 기능들과 코드 / 배포 레벨에서 개선 가능한 부분들을 명시합니다.
예시
- 개요
- 현재 상태
- 변경 이유
- 고려할 수 있는 해결책
- 설계 및 아키텍처
- API 변경
- 영속성 계층 변경
…
-
I'd love to see `PropertyPlaceholder` working within `messages.properties`. So that I can make cross references within the messages:
/src/main/resources/messages.properties:
```
person.label=Name…
-
hey dude
thanks for the interesting projects!
I got an issue running the polling-app-server
compiling, building and running the app is working fine
but when I open browser, access link with port…
-
There might be an error in the Thymeleaf-Spring docs that prevents localized text from appearing in templates.
I encountered the problem only since upgrading to Spring 5, and I wonder how it could wo…