4 Replies Latest reply on Sep 3, 2008 3:29 PM by nbelaevski

    JSF Custom Converter with attributes failing when using ajax

      Hi,

      I'm trying to get a JSF custom converter with a property to work in a rich:dataTable. The first time after a non-ajax operation (page reload) the property is set but when in a following ajax operation the property on the custom converter is not set.

      Is there a solution to this ?

      x.xhtml:

      <rich:dataTable>
      <rich:column>
      <h:outputText value="#{xobj}">
      <x:xconv propx="x"/>
      </h:outputText>
      </rich:column>
      </rich:dataTable>

      BR,
      -Ken.