-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 09 January 2003 01:26 pm, Luke Holden wrote:
> It looks like includeURL only works with paths reletive to the current
> directory?

Using self.includeURL(self.request().siteRoot() + "navigation/nav") works... 
as a way around the previous problem. 

However....... this does not seem to work for forward()?

from /auth/actions/Login.py I have:
self.forward(self.request().siteRoot() + "auth") 

Which generates:
../../auth

however... I am getting:
The page you requested, /auth/action/auth/, was not found on this server.

Although... funny enough... it seems to actually be finding what I want 
because if I change that to say...
self.forward(self.request().siteRoot() + "auth2") 

I get:
The page you requested, /wk/auth/action/../../auth2, was not found on this 
server.

/ and /wk are the same... btw



- -- 
Luke Holden
eBI Solutions
Main: (949) 387-5182
Email: [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+H61t3q5xXfLZTQkRAnZDAJ45y7i5l/H0yRetcslDecheZYDFYQCgmo9t
cyf5LOUPlDah/QKBgVRMObw=
=uUle
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to