A co-worker discovered strange behavior, which may be a bug. We're
trying to print out cookie values to the page for testing and noticed it
generates several megs of application errors.
if we use the following syntax with a forEach, to access cookie, it
works.
<c:out value="${acookie.value.value}"/>
But if I use this syntax, it causes tomcat to generate a ton of logs.
<c:out value="${acookie.value}"/>
peter
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>