durusmail: quixote-users: Is there an example of how to do this.
Is there an example of how to do this.
2005-08-02
2005-08-02
2005-08-02
2005-08-06
Is there an example of how to do this.
Neil Schemenauer
2005-08-02
On Tue, Aug 02, 2005 at 09:51:02AM -0500, David Driver wrote:
> I would eventually see doing something like
> /customer/10/aging/detailed
> How does aging know that wer are talking about customer 10 if detailed
> is also q lookup in aging?

The '10' part of the URL could be handled by a _q_lookup method.  It
could create a Directory subclass to handle the 'aging' component of
the URL and pass '10' to the __init__.  The demo does something like
this (look at IntegerUI).

  Neil
reply