You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Christopher Painter-Wakefield <pa...@mc.duke.edu> on 2001/06/13 22:46:07 UTC

bugs in session logicsheet

Cocoon developers:

the following bug exists in the session logicsheet (Cocoon 1.8.2):

<session:get-attribute-names> returns all the values of all the attributes,
rather than the names of the attributes.  The bug appears to be in
XSPSessionLibrary.java at line 133:
     v.addElement(session.getAttribute((String) e.nextElement()));
should instead read, I think:
     v.addElement((String) e.nextElement());

I don't subscribe to this list, so please mail or copy any questions to my
e-mail address, thanks.

-Christopher





---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org