Skip to main content

All Questions

Tagged with
0 votes
0 answers
34 views

Getting java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator in my Java Web Application project [duplicate]

I'm working on a Java web application and I'm encountering the following exception when I try to deploy my project: java.lang.ClassNotFoundException: javax.servlet.jsp.tagext.TagLibraryValidator at ...
shivam sharma's user avatar
0 votes
0 answers
71 views

java.lang.ClassNotFoundException: javax.servlet.jsp.tagext.TagLibraryValidator in Spring-boot jsp application [duplicate]

I am getting the error while hitting the home page. java.lang.ClassNotFoundException: javax.servlet.jsp.tagext.TagLibraryValidator I have created one spring-boot project where in the home.jsp page ...
dev D's user avatar
  • 11
0 votes
0 answers
14 views

Facing issue while trying to run JSTL in a springboot project on Eclipse [duplicate]

in my pom.xml. I have <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope&...
Ujjwal Sinha's user avatar
0 votes
0 answers
19 views

SpringBoot Security + JSTL Version Conflict Error [duplicate]

Is there any alternative or best way to apply presentation logic in SpringBoot views? Instead of JSTL After 5 days of finding error, i am getting error in my project because i am using JSTL and ...
Ayush Patel's user avatar
-1 votes
1 answer
460 views

Spring Boot facing problem with jstl (JSP) [duplicate]

I am working with Spring boot with jstl problem when i call the jsp page it return the error of validation [2m[nio-9090-exec-1][0;39m [36mo.a.c.c.C.[.[localhost].[/].[jsp] [0;39m [2m:[0;39m ...
ahmad's user avatar
  • 1
0 votes
0 answers
10 views

Issues with JSTL taglibs when migrating to Spring Boot 3 [duplicate]

I am in the process of migrating my Spring Boot JSP application from Spring Boot 2.7 to Spring Boot 3. my login page has this line at the beginning and several references to the <c:if> tag: <%...
Karthik Sankaran's user avatar
0 votes
1 answer
93 views

Web project not Running on Browser (error 500)

I am learing spring boot and am On a project named DocumentWeb it is a simple web project with a controller, a jsp the mode and the Document Repository (interface) which extends the JpaRepository The ...
Sammie '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
0 votes
1 answer
314 views

SpringBoot Web, JPA, JSP with JSTL - type conversion error

I am trying to use Spring Boot Web with a JSP and JSTL combination. All is well, except the Update method for the JPA queries. When I submit the form for the edit page, I always get a Type Conversion ...
itsraghz's user avatar
  • 977
1 vote
1 answer
1k views

How do I resolve jstl errors when upgrading Spring Boot

I'm trying to upgrade Spring Boot from version 2.1.x to 2.2.x, but keep getting issues with jstl includes in my jsp files. org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsp/...
KungWaz's user avatar
  • 1,936
-1 votes
1 answer
69 views

How to iterate list of list with two element in jstl

Class PatientOverall{ private Patient objPatient; private List<PatientHistory> objPatientHistory; //getters and setters } // Controller class Controller{ List <PatientOverall>...
Srinivasan's user avatar
0 votes
0 answers
254 views

Trouble with reading from a table in a database using Spring Boot

I have a database with an existing table. I was able to connect the database successfully to the Spring Boot program in IntelliJ, but I am having trouble populating an html table with the data in the ...
Alejandro Arellano's user avatar
0 votes
1 answer
147 views

How to show set of Arrays in one <TD> in Spring Boot / JSP?

I would like to show all the right answers(Green) in one TD if there are more than one and all the wrong answers(Red) in one TD if there are more than one. Is there anyway in the controller or at the ...
Tony's user avatar
  • 571
0 votes
1 answer
2k views

Unable to import taglibs using JSTL on Java 11 Spring Boot project

First of all I would like to say I found threads on SO talking about this problem (even 2020 comments) and none of them helped me fix this problem. I am migrating project from java 8 (Oracle SDK) to ...
Johnczek's user avatar
  • 617
0 votes
1 answer
349 views

Spring Boot not able to parse model data in JSP [duplicate]

I have a simple JSP webapp that should display Hello World on the page but for some reason the model data is not getting parsed. Actual Output on browser: Hello ${name}! Expected Output on browser: ...
Nital's user avatar
  • 5,994

15 30 50 per page