hi!
livepage doesn't work, when i return a LivePage instance from
a childFactory.
eg:
class Test( livepage.LivePage ):
...
class Root( rend.Page ):
def childFactory( self, ctx, name ):
return Test( ) <---- doesn't work
child_muh = Test( ) <---- works
it works in nevow trunk though.
bye - sifu