Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
104 views

Java, Spring Boot, JSP Goal: if an object is not added to the DOM remove some elements already present IndexController.java boolean isDeleteAddButtons = true; if (isDeleteAddButtons) { mv.addObject(&...
code_warrior's user avatar
-2 votes
2 answers
120 views

I have this code in my jsp page to list a payment to date: <li>Paid Due Date: <fmt:formatDate value="${premiumPaidToDate.time}" ...
runnerpaul's user avatar
  • 7,588
0 votes
1 answer
83 views

I have a text string with 0-5 leading spaces at the beginning of lines that is being displayed in a JSP, and it needs to keep those spaces for indentation The way the code is currently, it's hard-...
Nathan S's user avatar
-3 votes
1 answer
63 views

/login page seems to be stuck in a loop of being redirected to self. For context, I want /register & /login to be visible without authentication, while all other pages in my project should ...
Sumedh Kudale's user avatar
0 votes
3 answers
100 views

I have an HTML Grid in a JSP that will have an unknown amount of columns from 1-3 that need to each be equal width to each other, followed by two more columns at a fixed width Is there any way to use ...
Nathan S's user avatar
0 votes
0 answers
86 views

All 3 are working fine. I want to know which one is correct way ? what is the difference in below 3 different lines. <%@ taglib uri="/WEB-INF/tlds/security/esapi.tld" prefix="en"...
RBP's user avatar
  • 485
1 vote
0 answers
108 views

I want to display the JSON object to the JSP page via JavaScript function. The function is invoked when search button is clicked. I want to search the patient details and display it on the same ...
Swati's user avatar
  • 224
1 vote
0 answers
52 views

I am working with an old version of Liferay. I created a custom liferay form field using the blade cli (an input for files), I followed the Liferay documentation. Now, I want to display the form filed ...
Hector's user avatar
  • 11
1 vote
0 answers
92 views

When i open the menu of my web application, i use inspect > network tab and see that pdamnu.do file has charset encoding of ISO. Now in my pdamnu.jsp i have mentioned the encoding of utf-8 <%@ ...
Ashish's user avatar
  • 11
0 votes
0 answers
40 views

So in the same server container on Apache Tomcat 8.5 (I got a new laptop from work, this problem wasn't happening on the older desktop), I have one form that calls ajax pages and I put an output of ...
user1729354's user avatar
0 votes
2 answers
58 views

java 8 spring Boot 2.2.11.RELEASE spring 5.2.10.RELEASE hibernate 5.4.22.FINAL mysql-connector-java 8.0.22 eclipse oxygen straight JSP, no Thymeleaf I'm trying to populate a form with a list of ...
code_warrior's user avatar
0 votes
1 answer
482 views

I’ve just upgraded our project from: Struts: 2.5.32 → 7.0.0 Spring: 5.x → 6.x Java: 8 → 17 Since the migration, the <s:set> tag no longer reads values from my POJO, even though it used to work ...
Pravin kumar's user avatar
1 vote
1 answer
125 views

I have the following configuration and I am not writing down other default configuration here. When giving the browser an URL with /application-context/keepalive, it works and gives status as 200, ...
Viishwaas Sinha's user avatar
0 votes
0 answers
73 views

I'm installing a JSP webapp on Ubuntu 24.04 using Tomcat 10 and Java 11. The app is designed to have Apache proxy JSP requests to Tomcat via AJP. It has worked with previous versions of Ubuntu, ...
Borea Deitz's user avatar
0 votes
0 answers
84 views

I was building a small application to test the functionality of the JSP files in Java, my application only has a controller which maps the endpoint and one(for now) JSP file which is the "home&...
Lorenzo Tirotta's user avatar

15 30 50 per page
1
2 3 4 5
3430