https://issues.apache.org/bugzilla/show_bug.cgi?id=54888
Bug ID: 54888
Summary: TagPlugin "ForEach" doesn't support CSV items
Product: Tomcat 7
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30225
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30225&action=edit
Patch for "ForEach"
In JSTL, "forEach" supports items with String value.
The string can be a CSV format. For example,
<c:foreach items="1,2,3,4,5" var="i"></c:foreach>
However, it doesn't support in tagPlugin "ForEach".
Provided a patch for this issue.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]