Stream: hapi
Topic: Thymeleaf templates
Etienne Cantineau (Jun 22 2021 at 12:56):
Hello, I'm actually creating Thymeleaf templates for some resources and I'm facing a problem in Observation when I have a choice (effective[x] and value[x]).
How do I get these values? I tried this but I got OGNL expression exception:
<span th:text="${resource.effectiveDateTime}" />
<span th:text="${resource.valueString}" />
Etienne Cantineau (Jun 30 2021 at 13:10):
Up. Does someone know how to do that?
Last updated: Apr 12 2022 at 19:14 UTC