Fwd: [Webware-devel] love hate relationships =)

2003-01-13 Thread Michael Engelhart
n't seem to ever remember that I came up with that helper class to do the same functionality... But I'd still love to have forward() working as Luke mentioned. cheers Mike Begin forwarded message: From: Michael Engelhart <[EMAIL PROTECTED]> Date: Mon Jan 13, 2003 9:04:59 AM US/E

Re: [Webware-devel] love hate relationships =)

2003-01-13 Thread Michael Engelhart
Part of the reason why I dont use an external redirect, is so I can pass data from one servlet to another on a per request basis. For example... passing error information from my login action to the login page. This is a huge thing for me also. I'm not sure if it's only pertinent for Java Se

Re: [Webware-devel] ZODB (Zope object database) on Mac Jaguar

2002-12-17 Thread Michael Engelhart
Zope and it's related code (like ZODB) are not supported on Python 2.2. That's why downgrading to Python 2.1 worked for that guy. I heard that 2.6 beta does work and that 2.7 will work but I have no idea as I only looked into this for like 10 minutes. (I too have OS X Jaguar boxes). I dec

[Webware-devel] Session expiration handler

2002-12-05 Thread Michael Engelhart
Hi all - I'm new to devel but have been using Webware for a month or so. One thing I missed from our Java brethren was session expiration hooks where when a session is expiring or being invalidated an event was fired to a method that your app could implement. I found the addShutdownHandler()

[Webware-devel] Re: [Webware-discuss]Webware documentation

2002-10-24 Thread Michael Engelhart
Hi - I'm new to this list and while I just barely have scratched the surface of Webware (and python for that matter), I would be glad to take files in XML format and generate the HTML documentation using XSLT. Unfortunately I've had a lot of problems generating output with the Python XSL proc