| Author |
Jsf 2.0 components
|
tehackio teha
Greenhorn
Joined: Dec 08, 2011
Posts: 3
|
|
I've create a component for select like this:
The problem is...
I have many component with same properties, like "label", "id", "value"....
Is there a way to declare properties like id, value, rendered one time(Like inheritance)?
I wasn't using Composite component because the extend UINAmingContainer.. this is a problem when need reRender the component.
I'm using jsf 2.0, primefaces, cdi;
|
 |
 |
|
|
subject: Jsf 2.0 components
|
|
|