Replies: 2 comments 4 replies
-
I think this is better suited as an issue than discussions, but let's sort out some details first. Could you describe the use cases where this would be useful? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, sorry if I'm in the wrong forum. Here are some use cases: Configurable Tag Names: Dynamic Tag Generation: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am looking for a way in JTE to pass in the tag name for a specific HTML element in a template.
In Thymeleaf there is a
th:tagName
attribute that will replace the defined tag name of an HTML element.With
rootElementName
resolving to span:will render:
With JTE I tried:
but this fails to compile with the error: Expressions in HTML tag names are not allowed.
Beta Was this translation helpful? Give feedback.
All reactions