| Author |
Using JSTL forEach with a custom tag
|
Jason Pepper
Greenhorn
Joined: Oct 15, 2005
Posts: 9
|
|
I want to use the JSTL <c:forEach> tag to iterate over my own custom tag. What changes do I have to make to my tag so as to allow iteration through the JSTL tag.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
Impossible to say without more details. What does it do? Does it need to interact with the iteration variable created by the forEach tag? What about the loop status variable? If it doesn't interact at all, you probably need to do nothing.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Using JSTL forEach with a custom tag
|
|
|