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".

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

No, that's not possible. Also, the composite component accounts in end as a single component anyway.

Closest what you can get is templating using <ui:define> and <ui:insert>, but that does likely not suit the functional requirement you had in mind while developing the composite component.

link|improve this answer
aw ok dude. thanks much. that's all i need to know. will also try to look into that ui:define and ui:insert tags. – raimun Nov 10 '10 at 4:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.