Skip to main content

All Questions

Tagged with
0 votes
1 answer
247 views

TagLibraryValidator error while using JSTL Tags

I have been practicing JSTL tags in EclipseIDE but the code is throwing an HTTP Status 500 error. I am trying to integrate JSTL tags into my .jsp files, but I am facing a TagLibraryValidator error. I ...
Anonymous_1354's user avatar
0 votes
0 answers
24 views

A problem was encountered using TagExtraInfo class org.apache.taglibs.standard.tei.ForEachTEI for c:forEach' (c:out is still working perfect) [duplicate]

enter image description here Currently I'm using: Eclipse Version: 2023-06 Tomcat v10.1.12 web.xml file <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https:/...
GinQt's user avatar
  • 1
1 vote
0 answers
703 views

Eclipse 2022-06 - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

I am pulling my hair out! I am using Eclipse IDE for Enterprise Java and Web Developers Version: 2022-06 (4.24.0) My POM references version 2.0.0 of jstl <!-- https://mvnrepository.com/artifact/...
Paul's user avatar
  • 31
0 votes
0 answers
610 views

The tag handler class for "c:out" (org.apache.taglibs.standard.tag.rt.core.OutTag) was not found on the Java Build Path

I have all the jar files like JSTL and standard to the lib folder under WEB-INF but still showing the error. enter image description here
ANURAG MOHAPATRA's user avatar
0 votes
1 answer
145 views

JSTL doesn't work when running from within eclipse

I'm trying to add JSTL support to an spring boot application, but I'm getting this error message when running it from within eclipse: The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be ...
RRoman's user avatar
  • 751
2 votes
1 answer
2k views

Error in <c:forEach> tag in JSTL while using Eclipse [duplicate]

I am learning JSTL and I have downloaded JSTL 2.0.0 from here because jstl 1.2.2 was using javax and I am using jakarta. display.jsp <%@ page language="java" contentType="text/html; ...
ajinzrathod's user avatar
-1 votes
1 answer
460 views

expression language in jstl if statement not working

I am trying to understand why this piece of code never prints the method request when run on tomcat 9: <%@ page language="java" contentType="text/html; charset=UTF-8" ...
Francesco Dassisis's user avatar
-1 votes
1 answer
350 views

How can i configure my Expression Language to work in eclipse while also using JSP/JSTL? Just JSP? [duplicate]

This is my original post. https://stackoverflow.com/questions/62079182/is-not-working-on-my-jsp-page-how-can-i-get-my-html-tag-to-work-again?noredirect=1#comment109801916_62079182 I've have read ...
Brandon House's user avatar
-1 votes
1 answer
1k views

${} is not working on my JSP page. How can i get my ${} html tag to work again? [duplicate]

So ${} did work. But the JSTL jar files that I'm using made to where the ${} doesn't work anymore. These are my JSTL jar files. jstl-1.2 (1).jar, jstl-impl-1.2.jar, jstl-standard.jar. I am following ...
Brandon House's user avatar
-1 votes
1 answer
48 views

pom.xml error in maven project using eclipse

I am making a maven project in eclipse for CRUD operations and whenever I am adding jstl dependency version 1.2 the pom.xml is showing error even though the jstl dependency get downloaded and also the ...
Akash's user avatar
  • 1
1 vote
0 answers
80 views

Format jsp with jstl tags in eclipse

I want to make sure the jstl and spring tags are on their own line. There is an "inline elements" in the Formatting in the Editor, but it wont let me insert a tag with a ":" in it. Any suggestions
mike628's user avatar
  • 48.5k
1 vote
1 answer
487 views

Using JSTL fmt:message in a Eclipse IDE Maven Spring 4 Java Web Project

I googled the following questions, but answers to them I was unable to find. They are interrelated so I am putting them together in one post. I am a Java backend developer using Eclipse IDE, using ...
Steve T's user avatar
  • 343
1 vote
0 answers
140 views

Error on JSP - syntax error of page template

I am facing an error just on my machine in the first line of code. Here is the piece of code where I get the error on Eclipse: <%-- tpl:insert page="/styles/template/picage_template.jtpl" --%>...
Wiz's user avatar
  • 113
-3 votes
1 answer
87 views

Eclipse||JSTL Core Tags || behaviour

I am new to JSP and at beginner stage. While I was coding a JSP using JSTL core tags I found that the core tags were not Identified, eventually I ended up here found that need to Add the JSTL jar. I ...
Shailendra's user avatar
0 votes
0 answers
33 views

the superclass javax.servlet.http.httpservlet was not found on the java build [duplicate]

I am trying to develop a web service with Eclipse, using wso2 developer studio and wso2 business process server. When I create a Dynamic Web Project with the Axis2 facet, a lot of problems occur, like:...
Wryfyng's user avatar
  • 31

15 30 50 per page
1
2 3 4 5 6