0 Replies Latest reply on Aug 29, 2011 8:41 PM by robertgary1

    Getting extendedDataTable working

    robertgary1

      I'm running RF 3.3.3 and JBoss AS 6 with Myfaces 2.0.6. I cannot get the rich:extendedDataTable component to work. The pull down menu that allows sorting options simply does not show up. I see the live demo working. Can anyone provide a WAR that I could deploy to see why this isn't working? I've copied all the backing bean source and the xhtml from the online example and it still does not work in my environment.

       

      The only way I'm able to get it to work is by not having any data in the table, then the pull down menu appears. I'm using the exact copy of the source of the backing bean class ExtendedTableBean.java. The only error I get is...

       

      [2011-08-29 17:41:20] WARNING [http-0.0.0.0-80-1 org.apache.myfaces.shared_impl.

      renderkit.html.HtmlRendererUtils] There should always be a submitted value for a

      n input if it is rendered, its form is submitted, and it was not originally rend

      ered disabled or read-only.  You cannot submit a form after disabling an input e

      lement via javascript.  Consider setting read-only to true instead or resetting

      the disabled value back to false prior to form submission. Component : {Componen

      t-Path : [Class: org.ajax4jsf.component.AjaxViewRoot,ViewId: /faces/ExtendedTabl

      e.xhtml][Class: javax.faces.component.html.HtmlForm,Id: form][Class: javax.faces

      .component.html.HtmlPanelGrid,Id: j_id2][Class: org.richfaces.component.html.Htm

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

      col_3][Class: javax.faces.component.UIInput,Id: col_3fsp]}

       

      -Robert