Questions tagged [tagx]
7 questions
8
votes
1 answer
How can I use a custom tag library with Thymeleaf and Spring Boot?
I created a custom tag library with Spring MVC, JSP, and Tyles, so I have several .tagx files.
With the new project I decided to try Spring Boot and Thymelaf, but I would like to keep my custom library...
So do you if is possible to create a custom…

Teo
- 3,143
- 2
- 29
- 59
6
votes
3 answers
How to write tagx (JSPX tag libraries without java)
I can't find good documentation on how to write modern tag libraries without Java in JSPX?
Spring Roo provides lots of examples (and seems to be only project that uses tagx extensively).
I may make this another question but every time I want to not…

Adam Gent
- 47,843
- 23
- 153
- 203
1
vote
1 answer
How to add a title tag (tooltip) to an HTML table column using tagx and jstl?
I have a tagx to create a table with head ... , based on the table.tagx by/of Spring Roo.
To get text into the head colums is easy, but when it comes to titles, I'm stuck.
This is my current way to fill the table head:

Stacky
- 875
- 9
- 24
1
vote
2 answers
JSP fmt:formatDate increase value of Date
I was creating a .tagx file such that it would render a selection of days (within 30-days period) without passing the collection of java.util.Date.
So far here's what I've done. I can't get the date variable to increase the value of day by one. I've…

David B
- 3,269
- 12
- 48
- 80
1
vote
1 answer
How to add a "static" drop down list box in a create/update form
I have a Spring Roo project.
I would like to add a dropdown listbox with static values in a create/update form.
Here is the create.jspx file. See the srvEnco field.

Stéphane BOCQUET
- 11
- 2
0
votes
0 answers