Hey,
I have a statement along the lines of this in my XSP doc:
String test = <xsp-session:get-attribute name="mySessionAttr"/>;
However, it won't work (I get an incompatible types compiler error)
unless I cast it as a String. Consequently, I think it's returning an
invalid value. The same circumstances apply when I use
session.getAttribute() as well. Any ideas? Thanks in advance.
-Zack
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>