JSF Combine ui:param with composite component
you have saved me many times ago with this forum, but now I am really stuck and don't now where to search any longer... I always get the following error message (warning level, but method is also not executed correctly): javax.el.PropertyNotFoundException: Target Unreachable, identifier 'editor' resolved to null: javax.faces.FacesException: #{cc.attrs.selectionListener} I have isolated the problem to a few lines of code: This is my main file: <c:forEach items="#{myBean.getEditors()}" var="currentEditor" > <ui:include src="#{currentEditor.getPanel()} > <ui:param name="editor" value="#