Is it possible to specify where the components within a composite component will be displayed on your webpage?
I have a composite component with a label and a textbox in it. I would like to know if I can specify to have the label be displayed on a div with id "label" and the textbox will be displayed inside another div with id "componentsContainer".