Hi Arne,

after a lot of trial and error, because none of the howtos i found was complete, i finally figured out how to write a custom component.
but now i need to know, how exactly i do force attributes to be set

You could simply output some kind of error message if a required value is not present.
For example within your component:
<h:outputText rendered="#{requiredAttributeName == null}" styleClass="error" value="your error message" />

and, more important, how i do access components in the body of my component. ideally these components would be smth like t:commandButton or t:graphicImage -- how would i render them?

Are you probably asking for <ui:insert/> ?

Cheers,
Oliver

Reply via email to