> Here is what I do for http://www.forecastwatch.com.  If the user tries 
> to access a page he needs to log in to, I throw a 
> "NotLoggedInException", which is caught by _q_exception_handler.  In the 
> handler for NotLoggedInException, I call the login page, sending it 
> request.get_path(), like so:
> 
> def _q_exception_handler [html] (request, exception):

This looks interesting. 
Where do I define this function (or is it a method)? 
Is it enough to define it in the RootDirectory class, will it then work
no matter what URL I'm calling?
 


-- 
damjan | дамјан
This is my jabber ID --> [EMAIL PROTECTED] <-- not my mail address!!!
_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to