RE: can't resolve session in xsp

2003-06-12 Thread Geoff Howard
ailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 4:13 PM > To: [EMAIL PROTECTED] > Subject: Re: can't resolve session in xsp > > > Hi all, > seems like I finaly found the solution myself. > Maybe it's pretty obvious but anyway. > It seems like you can&

Re: can't resolve session in xsp

2003-06-12 Thread morten svanæs
> From: "morten svanæs" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 12, 2003 12:47 AM > Subject: can't resolve session in xsp > > > > Hi, > > I'm getting a error mesage when I'm trying to access the session in

Re: can't resolve session in xsp

2003-06-12 Thread morten svanæs
2003 12:47 AM Subject: can't resolve session in xsp > Hi, > I'm getting a error mesage when I'm trying to access the session in > a xsp script and I don't understand why. > It happens when I'm trying to assign a session variable with > session.getAttribut

can't resolve session in xsp

2003-06-11 Thread morten svanæs
Hi, I'm getting a error mesage when I'm trying to access the session in a xsp script and I don't understand why. It happens when I'm trying to assign a session variable with session.getAttribute to a another variable, but when I write outside the it works. Here is the error message: org.apache.

Re: [AUTH-FRAMEWORK] Session in xsp.

2002-09-25 Thread Vadim Gritsenko
Antonio Gallardo Rivera wrote: >Thanks for the info Vadim. > >I am using 2.1-CVS. I read it and currently I am working on the >auth-framework. The question is that we cannot access to > > from the called "session" transformer using XSP. IT does not >work. I know there is a bug that prevent the

Re: [AUTH-FRAMEWORK] Session in xsp.

2002-09-25 Thread Antonio Gallardo Rivera
Thanks for the info Vadim. I am using 2.1-CVS. I read it and currently I am working on the auth-framework. The question is that we cannot access to from the called "session" transformer using XSP. IT does not work. I know there is a bug that prevent the use of 2 pipelines to make a little w

Re: [AUTH-FRAMEWORK] Session in xsp.

2002-09-25 Thread Vadim Gritsenko
Antonio Gallardo Rivera wrote: >Can I use session variables into a XSP? I cannot reach it only trought a >transformation. How I must declare the name space to use it in XSP since > Antonio, >xmlns:xsp-session="http://apache.org/xsp/session/2.0"; >create-session="true" >xmlns

RE: session in xsp

2002-09-24 Thread Luca Morandini
OTECTED]] > Sent: Tuesday, September 24, 2002 2:54 PM > To: [EMAIL PROTECTED] > Subject: Re: session in xsp > > > Hi Luca, > > I have to change and check some of posted parameters' names and values. > That's why I want to use an xsl (or anything else where I can define

Re: session in xsp

2002-09-24 Thread Gabor Bartha
sage- >>From: Gabor Bartha [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, September 24, 2002 1:14 PM >>To: [EMAIL PROTECTED] >>Subject: session in xsp >> >> >>HI, >> >>I've got a page with input parameters, an action validate the >>

RE: session in xsp

2002-09-24 Thread Luca Morandini
y, September 24, 2002 1:14 PM > To: [EMAIL PROTECTED] > Subject: session in xsp > > > HI, > > I've got a page with input parameters, an action validate the > parameters. If the validation (the action) is success I want to redefine > parameters as get all posted para

session in xsp

2002-09-24 Thread Gabor Bartha
HI, I've got a page with input parameters, an action validate the parameters. If the validation (the action) is success I want to redefine parameters as get all posted parameters and put them to the session. I want it do in the redefine-params.xsl like here:

[AUTH-FRAMEWORK] Session in xsp.

2002-09-23 Thread Antonio Gallardo Rivera
Can I use session variables into a XSP? I cannot reach it only trought a transformation. How I must declare the name space to use it in XSP since http://apache.org/xsp/session/2.0"; create-session="true" xmlns:xsp="http://apache.org/xsp";> does not work. Currently I need to use:

RE: access session in xsp

2002-06-05 Thread Vadim Gritsenko
> From: Christoph Stocker [mailto:[EMAIL PROTECTED]] > > hi! > > i use weblogic6.0sp2, cocoon2.0.2 and win2000 > > i want to access the session in an xsp. > > >language="java" > xmlns:xsp="http://apache.org/xsp"; > xmlns:xsp-session="http://apache.org/xsp/session/2.0"; > >

access session in xsp

2002-06-05 Thread Christoph Stocker
hi! i use weblogic6.0sp2, cocoon2.0.2 and win2000 i want to access the session in an xsp. http://apache.org/xsp"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; > org.apache.cocoon.environment.http.HttpSession session = (org.apache.cocoon.environment.http.HttpSessi

Re: Session in XSP

2002-05-06 Thread yuryx
yuryx wrote: > Hello all! > > May be anyone to answer me for the next question: > Why org.apache.cocoon.environment.Session not available in XSP? > Why cocoon-dev shouldn't built-in it into XSP as > org.apache.cocoon.environment.Request parameter (for example)? > > Thanx. > Yury. > > > > ---

Session in XSP

2002-05-06 Thread yuryx
Hello all! May be anyone to answer me for the next question: Why org.apache.cocoon.environment.Session not available in XSP? Why cocoon-dev shouldn't built-in it into XSP as org.apache.cocoon.environment.Request parameter (for example)? Thanx. Yury. --

Modify Xml form session in Xsp

2001-12-06 Thread Jegadish
Hi, I have a serious problem,Which I don't know how to solve. I have a Xml string in session,In Xsp I pull out the string from session and how can I modify that Xml string in my same Xsp and call a Xsl to render the Xml being modified in the Xsp. Thankz for any help Jegad