aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Error while accessing parameter values using JSTL forEach tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Error while accessing parameter values using JSTL forEach tag" Watch "Error while accessing parameter values using JSTL forEach tag" New topic
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

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error while accessing parameter values using JSTL forEach tag
 
Similar Threads
How to display arraylist value in jsp, using JSTL tags?
jstl tag
Beans and c:forEach
According to TLD or attribute directive in tag file, attribute items does not accept any expressions
JSTL forEach and iterating through a list