As far as I know there isn't much a way to replace the default template system with another third-party one (except by extensive hacking). And by the way the uri of "wicket is http://wicket.sf.net/. Unfortunately this thing is written in Java, so there no way to "hack" it into python for now.
By the way, wicket should be using another tactics for the very same problem of web development. They take the approach of using generators to make the compoments in the templates, by using namespaced attributes. That *is* quite different from what Django templates do. With this in mind, I think Wicket's approach is not the same as Django and there would not be any in the future, except that newforms is generating html markups in the views level. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

