51,759
questions
-1
votes
0
answers
20
views
Issue with AJAX-based Dynamic Dependent Dropdowns: "Error loading subcategories" in JSP and Servlet Setup
I'm trying to create a set of dynamic dependent dropdown menus with jQuery and AJAX. The dropdowns should show categories, subcategories, and further subcategories. However, I'm encountering an issue ...
0
votes
0
answers
13
views
Dropdown search using a combobox in a JSP, MYSQL Java Web Project on Apache Netbeans [duplicate]
So far I could make a form which contains a combobox which successfully brings from the DB a list of users from a table as options to choose in a combobox. However, I was asked to add a search section ...
0
votes
0
answers
29
views
Server not able to find some of JS files in JSP application
I have JSP web application hosted on wildfly sever, it was working even after recent deployment.
Today application seems broken and server not able to find some JS files.
This is my file structure, ...
0
votes
0
answers
28
views
Getting No static resource WEB-INF/views/login.jsp even I have this file located in my Springboot webapp directory [duplicate]
I'm trying to create an application that user can login and be redirect to home page(which display a successfull login information)
My project directory look like this click here for image of ...
0
votes
0
answers
27
views
unable to retrive the data from database using servlets [duplicate]
I created a Java Dynamic Project using ecllipse with Servlets, JSP and Mysql where i tried to retrive the data from database but while running it getting the below error.
org.apache.jasper....
0
votes
0
answers
36
views
records are duplicated while adding two different accounts once
I want to add two accounts. For that I will make use of the account dropdown. Every time I select an account number the site and container description is populated automatically. After that I will ...
0
votes
0
answers
14
views
Java Sql Query display on jsp [duplicate]
I am creating the front end with jsp and I have an input. This input allows user to type in a sql query. (there is no validation at this point of time).
Let's say on submit, it goes to a controller ...
0
votes
1
answer
68
views
Css shows up as html
Hi I have a basic webapp with an index.jsp and I'm trying to apply some css, but it seems like the browser interprets my css page as html and i just dont know why. this is the jsp.
I tried opening the ...
0
votes
0
answers
49
views
The ArrayList of select from MySQL DB which is returned isn't shown in JSP table [duplicate]
I've an method to select records in an mysql table this method are work fine but when I'll load the returned records in my jsp table the records is not showed in the table.
My JSP code:
<table ...
0
votes
1
answer
36
views
How to use .html files not .jsp in spring project? [duplicate]
I created a Spring project, connected the Tomcat server, added the necessary dependencies to pom.xml, and created the configuration files web.xml and applicationContextMVC.xml
created the necessary ....
0
votes
0
answers
27
views
spring JSP errors resolve [duplicate]
HTTP Status 404 – Not Found
Type Status Report
Message JSP file [/WEB-INF/views/error.jsp] not found
Description The origin server did not find a current representation for the target resource or is ...
-1
votes
1
answer
49
views
SSLHandshakeException in Password Recovery System Using JavaMail with JSP Project on Tomcat 9
I'm working on a Java JSP project deployed on Tomcat 9 with a PostgreSQL database for data storage. A critical part of this system is the password recovery functionality, which is implemented using ...
0
votes
1
answer
39
views
NPE in JSTL foreach: Getting Null Pointer Exception when access Child Class variable in JSTL foreach
Getting Null Pointer Exception when access Child Class variable in JSTL foreach, even when data is there for that variable.
I have class structure like this -
public class Question implements ...
-1
votes
1
answer
38
views
Setting Up an Ideal Spring MVC Project with JPA, MySQL, and Tomcat (Java-Based Configuration)
I'm looking to set up an ideal Spring MVC project that utilizes the following technologies:
Java: 17 or 21
Spring: Spring MVC
JPA: For data persistence
Database: MySQL
Server: Tomcat 10/11
...
0
votes
0
answers
41
views
How to Integrate Google Analytics into a Java Dynamic Web Project Using JSP and Servlets on XAMPP?
I'm currently working on a Java dynamic web project that utilizes JSP and servlets, and I'm running it locally on XAMPP with Tomcat 9. I would like to integrate Google Analytics to track user ...