1 Reply Latest reply on Apr 1, 2009 8:18 AM by akazakov

    content assist not available on datatable items

    mjdenham

      Hi,

      Content assist works in my .xhtml files for most things but not for datatable items e.g.

      <rich:dataTable value="#{myBeanList}" var="row">
      <rich:column>
      <h:outputText value="#{row.noautocompletionhere}"/>

      It used to work but it seems to have stopped when I did a refactor to remove Seam.

      Could anybody give me some pointers how to enable autocompletion of datatable items?

      Thanks

      Martin