Hi,

you can put the session transformer in your pipeline behind
your serverpages generator - but then you don't have access
to the authentication information in your xsp.

If you need this, you have to write your own logicsheet
for the authentication framework. In this logicsheet you
can embed any java. What you have to do then is to
lookup a session manager component and can invoke
according methods to get the information.

HTH
Carsten

> -----Original Message-----
> From: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 7:11 PM
> To: [EMAIL PROTECTED]
> Subject: [Auth-Framework] Using xsp-session and session namespaces
> 
> 
> Hi folks!
> 
> Please, can someone help me with this. Is possible to use 
> auth-framework with 
> xsp? I am trying to make the interface to let user changes his 
> own password. 
> The problem is that I cannot use xsp to retrieve data using:
> 
> <session:getxml context="authentication" path="/authentication/ID"/>
> 
> or
> 
> <xsp-session:getxml context="authentication" path="/authentication/ID"/>
> 
> How I can do?
> 
> 
> Thanks, in advance.
> Antonio Gallardo.
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to