1 Reply Latest reply on Aug 12, 2008 4:22 PM by wilczarz.wilczarz.gmail.com

    How to get rid of j_id15:0, j_id15:1, j_id15:2 ... ?

    wilczarz.wilczarz.gmail.com

      Inputs below have ids "formId:j_id15:0:entryId", "formId:j_id15:1:entryId", etc. Is it possible to make jsf use predefined id instead of "j_id15" ?


      <h:form id="formId">
      ...
      <ui:repeat value="#{bean.list}" var="entry" >
      ...
      <h:inputText value="#{entry.value}" id="entryId">