find « Component « JSF Q&A





1. Finding components 'inside' ui:repeat    stackoverflow.com

I'm trying to get the child elements of a UIRepeat, which i expect to contain all the iterated content. However, instead I only see the contents of one iteration. I guess I ...

2. Find one or more components within f:facet - does it work as designed?    stackoverflow.com

I have on my page a custom component with a Facet inside

<jtcomp:blockUI ...>
   <f:facet name="events">
      <f:param name="filtering" value="true"/>
      <f:param ...

3. Cannot find annotated custom JSF2 component in jar    stackoverflow.com

We are migrating JSF1.2 to JSF2 application and I have bumped into a problem with custom components. We have a seperate jar with components, and in that jar I have this:

@FacesComponent(value ...

4. JSF 2 h:message in composite component can't find id of input    stackoverflow.com

I have the following working code:

<h:outputLabel value="Name:" for="nameField"/>
<h:panelGroup>
    <h:inputText id="nameField" value="${bean.name}" required="true" />
    <t:message for="nameField"
        detailFormat="!" tooltip="true" errorClass="errorMessage"
 ...

6. how to find component via code?    coderanch.com

8. selectOneMenu does not find its child components.    coderanch.com

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%> Insert title here