Skip to main content

All Questions

Tagged with
0 votes
1 answer
34 views

java.lang.ClassNotFoundException: javax.servlet.jsp.tagext.BodyTagSupport

I have the following code in a JSP file for the tags which is included in all of my JSP files at the top: <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> &...
Tan's user avatar
  • 1,537
1 vote
1 answer
29 views

Neither BindingResult nor plain target object for bean name 'todooo' available as request attribute

While running the insert without validation it works, but when I added validation like targetdate must be future date and trying to show in form twoway binding, then this error started. No idea on ...
Sumitツ's user avatar
0 votes
1 answer
952 views

java- jstl in spring mvc is giving JstlCoreTLV cast error [duplicate]

I am trying to use jstl in my java spring mvc project. here is the dependency <dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId> <version&...
KUNAL HIRANI's user avatar
0 votes
1 answer
66 views

jstl core tag forEach doesn't appeared on JSP

<h1>Customer Lists</h1> <div> <table border="1"> <tr> <th>Customer Name</th> <th>Email</th> ...
betates's user avatar
2 votes
1 answer
1k views

JSP/Spring MVC - How to populate list dynamically with elements added to model (javascript/jQuery)

First my apologies if the question is not clear enough. I will edit it if convenient to see if this can help someone else in the future. I have a form in a JSP binded to a Spring MVC model which would ...
Fithos's user avatar
  • 31
0 votes
1 answer
522 views

jstl fmt:formatDate - hours/minutes/seconds dont'appear [closed]

I'm fetching date using JDBC Template from Postgres and showing them on the view in spring MVC using jstl and jsp. Date is stored in Postgres database in format "Timestamp with timezone" ...
BartekS's user avatar
  • 147
0 votes
0 answers
50 views

How to populate form in jsp before submitting?

I have the following jsp code: <c:url var="dep" value="depo"> <c:param name="id" value="${account.id}"></c:param> </c:url&...
ranjit's user avatar
  • 1
0 votes
1 answer
337 views

Show list of list with checkboxes in Spring MVC

I'm developing a e-commerce app in Spring MVC. I have a scenario where i have to display a list of Suppliers and for each supplier we have a list of categories in a form. User can choose a set of ...
Raushan's user avatar
  • 317
1 vote
0 answers
402 views

How to change Map value dynamically in JSTL

One of our application built using Spring MVC + JSP. Please refer below JSP. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ page import="java.util.ArrayList"%> <%@ ...
MiniSu's user avatar
  • 578
0 votes
2 answers
679 views

JVMVRFY012: VerifyError for JSTL Tags - Foreach & Set tags

IBM WAS: 8.5.5 Version On JSP pages have & tags, I receive below error Error 500: java.lang.Exception: java.lang.VerifyError: JVMVRFY012 stack shape inconsistent; class=com/ibm/_jsp/...
Srini M's user avatar
  • 306
0 votes
0 answers
170 views

Conversion Struts2 tags to SpringMVC using JSTL TAGS

Due some security reasons needs to convert Struts2 tags to Springmvc. There is any utility to do this conversion?we are going to use JSTL tags?The Struts Developer may not be define in one line.How ...
MQ Beginner's user avatar
0 votes
1 answer
413 views

Take fmt:formatDate's pattern from Properties File

fmt:formatDate pattern does not allow anything but a string This is the LOC i am referring to <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <jsp:useBean id="today" class=...
Eshan I.'s user avatar
0 votes
1 answer
831 views

Error while trying to include an object's property in <form:hidden/> having object list in modelAttribute

I am working on a spring mvc project. I have a view where I list all objects of type Person. The list is successfully displayed with all attributes. However, as I now need to pass the individual ...
js.hrt's user avatar
  • 159
1 vote
1 answer
2k views

dropdown list in JSP from database

I'm new to Spring, I fear this question may be duplicate, as there are numerous ways to do get resource from database to drop-down which I don't understand, so I'm asking if anyone can help me by ...
java-user's user avatar
  • 271
0 votes
1 answer
176 views

Unable to get start time and end time of embedded videos from IFrame

We are doing a learning web application where we have to show list of videos to user , these videos can be uploaded as embedded URL so when user play the same embedded URL then we are unable to store ...
MUHAMMAD ILYAS 's user avatar

15 30 50 per page
1
2 3 4 5
34