| Author |
JSTL forEach
|
Alex Florentino
Ranch Hand
Joined: Dec 12, 2006
Posts: 48
|
|
I Have index.jsp, the code: don't show AFS... but if I put: now it works!... it is correct ? the foreach only work for "attributes". thanks a lot.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
That is correct. The EL has no access to scriplet variables, which makes sense since JSTL and EL are designed to remove the need for scriplets! The proper term for the "attributes" are scoped variables.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSTL forEach
|
|
|