0 Replies Latest reply on Mar 12, 2009 10:40 AM by lockdog

    is it possible to set filterValue and filterBy non string ty

    lockdog

      is it possible to set filterValue and filterBy non string type?

      filterValue="#{requestAuditSortFilterController.filter.registrationNumber}"
      filterBy="#{requestAuditSortFilterController.filter.registrationNumber}


      private Long registrationNumber;


      When i try to filter it, i get exception: java.lang.IllegalArgumentException: argument type mismatch

      But all OK with string values.
      So, how can i filter non strings values?