in Jsp I've below code and I've verified using EL that values are reaching JSP.
Output being received:
After trying different things I reached the conclusion that c:forEach and and c:out tags are simply not working and the text is being displayed just once.
Any suggestions what's going wrong please?
Vineet Kumar Garg
Greenhorn
Joined: Apr 11, 2012
Posts: 21
posted
0
(May be I should have posted the question an hour back itself as I found the solution after 5 minutes of posting it. :))
I found the problem. I didn't include the taglib in the JSP.
It solved the problem and everything is running good now.
Thanks
-Vineet