Nested components Test page

This test page is designed to make sure that nested components are given a chance to render invarious environments, ie when directly bound to a document or when returned from the models. In all cases, a default Node should be created for each child, and a default View should be bound to that, to allow children to render.

If you see a "rendering failed" anywhere in here, you know the test failed.

Simple test to make sure that we can manually bind nested components to a view:

Simple test to make sure that we can return nested components from a BTemplate model:

Simple test to make sure that we can return nested components items from a BList model:

Simple test to make sure that we can return nested components from a BTable model: