I wrote:
> 2- the current implementation doesn't allow for use of
> serverSidePath until at least one request has been
> processed.
of course, the servlet
isn't initialized until a request comes in.
What I really meant was that it isn't possible to use
.serverSidePath() until the .awake() me
At 11:08 PM 8/2/01 +0200, Heiko Hees wrote:
> > I don't think extraURLPath will help him -- (my impression is that) he
> > wants to use the current Servlet path mechanism, but with the SID at
> > the root of that path.
>
>that is right, the advantage is, that one can write simple links like
>href=
Oh, OK. I see the point now. As long as you use relative paths in your
document, the session is there.
Nice.
Jay
> -Original Message-
> From: Geoff Talvola [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 03, 2001 3:33 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Webware-devel] Path
Hi,
there's two bugs in Servlet.serverSidePath() in Servlet.py.
1- it assumes that the servlet obj has the attribute
'_request', but this isn't set unless the object also
happens to inherit from the Page class.
2- the current implementation doesn't allow for use of
serverSidePath until at lea