Geert,
I guess you are using the session logicsheet, if
so, please make a change in your namespace
declaration.
It should read
xmlns:xsp-session="http://apache.org/xsp/session/2.0";
FYI, refer to
http://xml.apache.org/cocoon/userdocs/xsp/session.html
Regards,
KC
--- Geert Poels <[EMAIL PR
hi,
I'm getting compilation errors when I try to access a session-value by using
String language = (String);
My xsp is defined as :
http://apache.org/xsp";
xmlns:template="http://thales-is.com/cocoon/template/1.0";
xmlns:session="http://apache.org/xsp/session/2.0";
xmlns