1 Reply Latest reply on May 9, 2011 5:05 PM by hgk

    ExtendedDataTable: Warn message in logs

    hgk

      Hi All,

       

      We are using richFaces 3.3.3.  I see the following in our log files. How do I get rid of this warning?

       

      2011-04-21 16:03:13,122 WARN html.HtmlRendererUtils: There should always be a submitted value

      for an input if it is rendered, its form is submitted, and it was not originally rendered

      disabled or read-only.  You cannot submit a form after disabling an input element via

      javascript.  Consider setting read-only to true instead or resetting the disabled value back to

      false prior to form submission. Component : {Component-Path : [Class:

      org.ajax4jsf.component.AjaxViewRoot,ViewId: /xyz.jsft][Class:

      javax.faces.component.html.HtmlForm,Id: XyzPage][Class:

      org.richfaces.component.html.HtmlExtendedDataTable,Id: discoveryTaskList][Class:

      org.richfaces.component.html.HtmlColumn,Id: adminIpColumn][Class:

      org.richfaces.component.html.HtmlInputText,Id: j_id_jsp_299689061_52]}

       

      Jsp:

      <rich:column id="adminIpColumn" label="#{msg.adminIpLabel}" visible="false">

          <f:facet name="header">...

                </f:facet>

          <f:facet name="filter">

         <h:inputText value="#{FileServerDiscoveryListPage.adminIp}" style="width: 10em;">

          <a4j:support event="onkeyup" requestDelay="300" reRender="discoveryTaskList"

          action="#{FileServerDiscoveryListPage.filterTasks}" ignoreDupResponses="true"/>

         </h:inputText>

          </f:facet>

          <h:outputText id="adminIp" value="#{fsData.ipAddress}"/>

         </rich:column>

       

      Thanks,

      Bindu