> --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> > wrote: > > <c:forEach items="${RespData}" var="resp"> > > > > Andit points to "items" and gives this message: > > > > This attribute does not support request time values. > > I don't recall, but did the TLD URIs change between 2.3/2.4? > > (I don't even know if it would matter if they did, actually, > I guess.) I suppose it could also be a JSTL library issue > etc. I'm sure it's something configurey or libraryey, though.
I'd been usuing the Struts-supplied JSTL stuff: c.tld, jstl.tld. For my new deployment, I got rid of those, and used: <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]