python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Don't know how to iterate over supplied "items" in <forEach> this is the error. I do not know how to get the row in jsp?
when i hit my url i getting an exception it is saying Don't know how to iterate over supplied "items" in <forEach>
http://localhost:8081/Spring_hibernate/search?keyword=core
this is ...

Arif
Votes: 0
Answers: 2
Checking the c:if condition in jsp with request.getAttribute in different jsp file
I am trying to set the attribute value in head.jsp using
request.setAttribute("pageLib", pageLib);
Now, while i try to check the condition in body.jsp using
<c:if test="${reques...
pavan
Votes: 0
Answers: 1
How to put class attribute in <c:url>?
This is the link I have
<a class="btn btn-outline-light mt-3 btn-lg" href="/menu">Name</a>
I want to transform it to <c:url> to be able to use <c:para...

user16722881
Votes: 0
Answers: 1
Calling method via jstl function fails with null pointer exception
I've read here about null pointer exception issue, please dont forward me there. I've already broken my head.
Have a tomcat v9. It's used to process voice calls as an IVR server. Inside is webapp with...
Fuad Mehdiyev
Votes: 0
Answers: 1