Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

Prior to migrating to Spring Boot 4 (Spring Boot 3.5) when running via the embedded Tomcat sever, web applications could reference nested enum classes from within JSPs like so: Java class with a ...
Brice Roncace's user avatar
1 vote
0 answers
79 views

The project runs fine when I deploy it to Tomcat. The problem is the editor: it flags the taglib URL, and the "if" tag, like it's never heard of them. This is a project that I've been ...
Mike Baranczak's user avatar
0 votes
1 answer
78 views

According to the official tutorial I should be able to reference an enum class via Expression Language. The example from the mentioned tutorial is as follows: public enum Suit {hearts, spades, ...
zajer's user avatar
  • 844
-3 votes
1 answer
109 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
128 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,596
1 vote
1 answer
88 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
71 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
121 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
87 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
  • 234
1 vote
0 answers
58 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
0 votes
0 answers
96 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
  • 9
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
59 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
561 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

15 30 50 per page
1
2 3 4 5
3428