On Thu, 17 Oct 2002, peter lin wrote:

> It looks like using <c:out value="${acookie.name}"/> won't retrieve
> the value, since acookie is a hashentry, it can't do
> acookie.getName().toString().  I'm guessing that is correct
> functionality right?

Right, for ${cookie} is a Map of all cookie names to Cookie instances.

So, in the context of the test page, where does the bug come up?

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to