DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28361>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28361

foreach no longer works in tag file

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-04-13 16:44 -------
You must be using a stale tag file.

As of TC 5.0.19, the generated tag handler (corresponding to the tag file)
generates this code:

  _jspx_page_context.setAttribute("lista", getLista());

This change was made in order to address Bugtraq 4984188 ("pageContext used in
*.tag files"). With the fix, the implicit "pageContext" object is no longer
exposed in tag files, to comply with the JSP spec.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to