The problem seems to be related to the Root.index method. If i remove
that function, the Root.default method is called and the recursion
doesn't happen.
The strange thing is that it happens even with the Root.index method
defined like this:
@expose
def index(self):
return list('hello')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---