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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]