ranchers correct me if i am wrong
I take the opportunity to do so
forEach tag's body content is
JSP, which means that you can put some JSP in it, which will be interpreted by the container.
The basic reason to use tags is not to eliminate scripting(of course it helps eliminate scripting), but to make programmer's life easier, especially for those who are responsible to make JSP but who have little knowledge on
Java.