A "tagfile" is a JSP/Facelets specific term for a reuseable JSP/Facelets code fragment which is registered as a custom tag and is thus accessible under a custom namespace, such as `
Questions tagged [tagfile]
51 questions
0
votes
0 answers
Why does ui:fragment not work in custom tag file?
I created the following custom tag for my JSF 2.2 application:

Reed Elliott
- 223
- 2
- 15
0
votes
0 answers
ClassFormatException Tag file Jsp/Servlet
I get "The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files"(on my browser)". Also on my Tomcat console its shows ClassFormatException.
I read about the same problems occurred to other developers…

Harpreet Singh Saini
- 149
- 11
0
votes
2 answers
Can I use a *.tag from another *.tag file in the same /WEB-INF/tags folder?
I am trying to refactor my JSP code so that a small conditional test condition gets reused through a *.tag file.
There are some big parts of my UI that depend on the value of a two-state property of an object present in the request. Let's say the…

Ytsejammer
- 1,384
- 2
- 13
- 25
0
votes
0 answers
Facelet tag file with PrimeFaces AjaxBehavior results in javax.el.PropertyNotFoundException: Target Unreachable
I recently discovered Facelet tag files as an alternative to Composite Components, thanks to many stackoverflow answers written by BalusC, and have been using them to solve a problem with PrimeFaces dataTable. I want to standardize a bunch of the…

Gerald Turner
- 1
- 2
0
votes
2 answers
How to create a InputText Tag File with a value attribute and a backing bean?
I want to create a Tag (Source) File to get a custom tag in facelets (as described here). I want it to get used like this:
In the first case, one could…

Tim Büthe
- 62,884
- 17
- 92
- 129
-1
votes
1 answer
Passing content as parameter to tag file
i want to pass the content for a link to my tag file
my link.xhtml:
…

wutzebaer
- 14,365
- 19
- 99
- 170