I have the following JSP:
<c:forEach items="${list.headers}" var="header">
       <th><c:out value="${header}" /></th>
</c:forEach>

${list.headers} is set to "String[] HEADERS = {"Name", "Email Address"}".

I get:

[EMAIL PROTECTED]
[EMAIL PROTECTED]

WTF?

I tried looking at it from avery angle, using a List of Strings instead of
an array to no avail.

Help!

Thanks,

A.

--
Adam Sherman
Tritus CG Inc.
http://www.tritus.ca/
+1 (613) 797-6819

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com

Reply via email to