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, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
