I'm still trying to move Struts apps from WL 8 (servlet 2.3 environment)
to WL 9 (servlet 2.4 environment). I've change the top line in my
web.xml to the long, complicated string that specifies 2.4. The app runs
the first Action module, then forwards to a jsp page. In that page are
both JSTL and Struts tags. The first tag it hits is this:
<c:forEach items="${RespData}" var="resp">
Andit points to "items" and gives this message:
This attribute does not support request time values.
What!!! What's going on?
--
Tim Slattery
[EMAIL PROTECTED]