0 Replies Latest reply on Sep 26, 2012 9:25 AM by geojacob

    appending 'pc1' to the generated <h:form> id

    geojacob

      My

       

      Subview is like this

       

      <f:subview id="schedulsHandler">

      <h:form id="schedule">

        <h:selectOneRadio id="ownerType" styleClass="outputText"

         value="#{scheduleCreateHandler.schedule.ownerType}" required="true">

         <f:selectItem itemValue="JOB"

          itemLabel="#{localizer.schedule_choices_ownerType_job}" />

         <f:selectItem itemValue="JOB GROUP"

          itemLabel="#{localizer.schedule_choices_ownerType_jobGroup}" />

        </h:selectOneRadio>

      </h:form>

      </f:subview>

       

       

      this  is giving rendered html like as follows

       

      <form id="schedulsHandler:schedulepc1" name="schedulsHandler:schedulepc1">

      <input id="schedulsHandler:schedulepc1:ownerType:1" type="radio" name="schedulsHandler:schedulepc1:ownerType" value="JOB GROUP" />

      .........

      </form>

      can anyone please explain how this 'pc1' appended to the form id?

      richfaces3.2.2

      weblogic 10