Questions tagged [tag-library-descriptor]
7 questions
5
votes
1 answer
How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?
I'm trying to prevent the...
[localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no…

dacracot
- 22,002
- 26
- 104
- 152
1
vote
0 answers
Eclipse JSTL completion: how to make visible new JSTL variables defined by my custom tag
We've built a custom taglib which declares (via Tag TEI class) a new variable which becomes visible both at script level and JSTLS level.
Eclipse completes correctly the object whitin scriptlets but does not recognize it within JSTL. Are we missing…

Simone Avogadro
- 789
- 8
- 23
0
votes
1 answer
Invalid tld file, but its the filename
I'm creating a custom taglib under SpringBoot. My taglib tag is:
<%@taglib prefix="ttl" uri="/WEB-INF/tags/resourceBundle.tld" %>
I created a TLD file according to the many sources available and placed it in /WEB-INF/tags/resourceBundle.tld, here…

user3481644
- 398
- 2
- 12
0
votes
1 answer
JSPG0047E: Unable to locate tag library for uri http://www.ibm.com/jsf/html_extended
Getting the error mentioned in the title when trying to access the application which is deployed on the WAS 8.5.5.16 on Linux machine . How ever same application(ear) when deployed on the local(windows) machine is working fine:This is the top…

boyhenryalpha
- 35
- 7
0
votes
0 answers
Spring MVC - printing table in JSP
New to java and spring mvc.
I am trying to print the database table in jsp view page.
here is my logic
1. use array list to store the values of each column.(I have three columns in my table, So i am using three arraylist)
2. create three model and…

Navi G
- 1
0
votes
1 answer
How to create a tag-library in Liferay 7.2?
I am new to Liferay and I need to create a custom tag-library that I can use in my liferay portlets. But the probem is, I am not getting any step-by-step tutorial or guide to create and use it in Liferay.
The first problem is that, I am unable to…

Vishuu
- 1
- 5
0
votes
1 answer
How can be a JSP ".tag" file documented?
There is a JSP Tag file like this:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ attribute name="attr" required="true" type="java.lang.String" rtexprvalue="true" description="FOOO" %>
<%@ attribute name="var" required="true"…

Gábor Lipták
- 9,646
- 2
- 59
- 113