3 Replies Latest reply on Feb 18, 2008 2:43 AM by satyendrakpatel

    Rich Faces : ListShuttler implementation

    satyendrakpatel

      Hi Every body,
      I am getting problem in the uses of the <rich:listShuttler> tag of the rich face. I uses the richfaces-api-3.1.3.GA.jar, richfaces-ui-3.1.3.GA.jar and richfaces-impl-3.1.3.GA.jar.
      I facing problem in the converter class implementation.
      In which I implemented two methods as
      getAsObject(FacesContext context, UIComponent component, String value)and getAsString(FacesContext context, UIComponent component, Object value)

      But I get some Nullpointer Exception in the getAsString(FacesContext context, UIComponent component, Object value) method.

      I refer the http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html_single/index.html site where I get Some Help But There is not implementation of the Converter attribute.