posted 16 years ago
Using the El, you simply name the scoped variable. If you placed data in page scope using the named xyz, the code is simply:
Be aware that page-scoped variables only exist within the page in which they are created.
For iteration, the <c:forEach> tag is used.
[ December 29, 2008: Message edited by: Bear Bibeault ]