aspose file tools
The moose likes JSF and the fly likes Jsf 2.0 components Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Jsf 2.0 components" Watch "Jsf 2.0 components" New topic
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;
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jsf 2.0 components
 
Similar Threads
JSF + Tomahawk + subform
My own JSF component renders span after div when only div should be rendered. What's wrong?
How to dynamically set panel header on a condition using <f:facet
File browser button
Custom tag does not render.