On Fri, 2003-10-17 at 14:02, Patrick Hess wrote: > I'm trying to get my authentification stuff back from the session in a > XSP page - using <xsp-session:getxml> does not work for me. In the wiki > there is an article that says the same: > > http://wiki.cocoondev.org/Wiki.jsp?page=LDAPPortalAuthentification+and+RequestUserInfoFromXSP > (Part2 : Getting user info from XSP) > > > Since it's not possible to use <xsp-session:getxml> I had to find an > alternative. > > Is it really not possible? > > Thanks and have a nice weekend, > Patrick > I've been through this too...
I think you want to use something like: <xsp-session-fw:getxml context="authentication" path="/authentication/data/something"/> The namespace is: xmlns:xsp-session-fw="http://apache.org/xsp/session-fw/1.0" Regards, Simeon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
