0 Replies Latest reply on Dec 5, 2011 5:33 AM by giddasriram

    Getting an invalid value expression message eventhough the string is valid

    giddasriram

      Hi All

           I am using a rich listshuttle component and I am passing a list(ArrayList) of strings to it and in the log i am getting this message

          "Converter for component cannot be discovered, so default implementation of converter will be used. Component items will be converted to String on decoding"

       

      and in some random case I am getting this error

       

       

      INFO  [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.

      sourceId=CompId[severity=(ERROR 2), summary=("CompId has invalid value expression Always Open(Job)"), detail=("Component CompId has invalid value expression Always Open(Job)")]"

       

      Here "Always Open(Job)" is a valid string but I am still getting an error, could anyone please help me with this and what is the default implementation of the converter that is being used here?