On 03/24/03 22:55:59 -0500 Adam Sherman wrote:

And while you're discussing all this, would someone mind helping me out
with my original problem? (-:

Solved it!


I received very quick help from the jsp-interest list suggested by Mark Galbreath, thanks Mark.

Turns out the "header" is an implicit object under EL. Makes sense.

I changed the JSP to:

<c:forEach items="${list.headers}" var="h">
        <th><c:out value="${h}" /></th>
</c:forEach>

And everything is fine.

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