Top "Composite-component" questions

"Composite Component" is a JSF 2.x / Facelets specific term for reuseable UI components which are declared using pure XML rather than Java.

Component ID form:composite:j_id2 has already been found in the view

/test.xhtml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://…

jsf-2 duplicates composite-component
How to create a composite component for a datatable column?

Given this datatable (naturally working): <rich:dataTable var="var" value="#{values}"> <rich:column> <f:facet …

jsf datatable richfaces composite-component
Composite components & ID

I want to implement some javas cript into my JSF composite component, but I have problem with id. My java …

jsf jsf-2 composite-component
JSF 2.1.13 custom component not found: Tag Library supports namespace: <namsepace> but no tag was defined for name: <compositecomponent>

Problem I am using JSF 2.1.13 to create a prototype to demostrate the benefits of JSF over our current webapp built …

java jsf-2 composite-component mojarra
Conditionally render element's attribute in a composite component

I have the following composite component: <?xml version="1.0" encoding="UTF-8"?> <ui:component xmlns="http://www.w3.org/1999/…

jsf composite-component
How to render a composite component using a custom renderer?

I would like to know how to render a composite component, through Java, I mean I have: <myowntags:selectOneRadio&…

jsf-2 composite-component renderer
JSF 2 -- Composite component with optional listener attribute on f:ajax

I have a composite component that looks something like this: <!DOCTYPE html> <html xmlns:h="http://java.…

ajax jsf jsf-2 listener composite-component
JSF Composite component <f:ajax> contains an unknown id - cannot locate it in the context of the component

I'm trying to update a parent component from a composite component event using f:ajax. The composite component is here: &…

ajax jsf-2 composite-component
JSF2.0 - Composite component with optional method expression

I'm implementing a composite component and I found a issue which I didn't find a solution. I specified its attributes …

jsf-2 java-ee-6 composite-component
JSF2.0 Composite Component actionListener

I am in need of some assistance in getting my Composite Component to behave. I am still learning the ropes …

jsf-2 actionlistener composite-component