Eugene -- can you point me to any examples of subviews? In my work, I've ended up implementing hacky custom tags, where I take an object, and essentially use the custom tag to, in the templatetag code, call another view and load the other view.
I've essentially run into the problem of needing to pass around LOTS of information throughout those views, thus exactly the problem you described. I'm guessing that subviews would be a much more elegant solution. Thanks! Clark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

