| Author |
Error while accessing parameter values using JSTL forEach tag
|
Mike lothar
Greenhorn
Joined: Nov 16, 2004
Posts: 22
|
|
Hi All, Error while accessing parameter values using JSTL forEach tag. this is the code i used to access parameter values. c:forEach var="p" items="${paramValues}" c:forEach var="v" items="${p.value}" ${v} c:forEach c:forEach Thank you Mike Note: brackets removed due error in posting.
|
 |
Nitish Bahadur
Ranch Hand
Joined: Aug 25, 2003
Posts: 118
|
|
What error do you get? I am posting my foreach.jsp, which is similar to yours. What happens when you invoke this with foreach.jsp?a=1&a=2&a=3&b=4&b=5&b=6
|
 |
 |
|
|
subject: Error while accessing parameter values using JSTL forEach tag
|
|
|