The following jsp:
<c:forEach items="${list.headers}" var="header">
        <th><c:out value="${header}" /></th>
</c:forEach>

Where ${list} is a Bean with a getHeaders() that returns a Collection which, in this case, is an ArrayList of Strings.

The ${list} object is used elsewhere and works perfectly so I know it is being properly set.

The above outputs:

[EMAIL PROTECTED] [EMAIL PROTECTED]

(There suppose to be two headers.)

Any ideas?

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]



Reply via email to