I want to create visualforce component similar to say pageblocktable. If you see the behaviour of pageblocktable it can only be included inside a pageblock. similarly columns can be included inside pageblocktable/datatable.
I want to replicate the same in my custom visualforce component such that component B can only be included inside component A.(both A and be are custom visualforce component)
