You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Patrick Hess <pa...@ish.de> on 2003/10/17 15:02:56 UTC

xsp-session:getxml & XSP

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



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


Re: xsp-session:getxml & XSP

Posted by Patrick Hess <po...@pbone.biz>.
Simeon Walker wrote:

> <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"

Thanks a lot, tha works fine for me!

Patrick



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


Re: xsp-session:getxml & XSP

Posted by Simeon Walker <si...@sbs.bangor.ac.uk>.
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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


AW: xsp-session:getxml & XSP

Posted by Markus Heussen <he...@rheinland-online.com>.
maybe use <session:getxml context="mycontext" path="/User/Name"/> and the
session transformer of cocoon 2.1?

http://cocoon.apache.org/2.1/developing/webapps/authentication.html



-----Ursprungliche Nachricht-----
Von: Patrick Hess [mailto:patrick.hess@ish.de]
Gesendet: Freitag, 17. Oktober 2003 15:03
An: users@cocoon.apache.org
Betreff: xsp-session:getxml & XSP



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+Reque
stUserInfoFromXSP
(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



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


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