0 Replies Latest reply on Jun 11, 2009 9:27 AM by itays100

    <rich:editor backingBean value conversion

    itays100

      Hi all,

      In Mysql I have a column:
      SOME_TEXT BLOB,

      THe HBM include the map as follow:





      in The POJO (MyObj) (java):
      private byte[] someText;

      In the jsp I have

      <rich:editor width="400" value="#{myBean.myObj.someText}" id="textId"/>

      Now, tomcat display the error: Conversion error occurred.

      obviously is somthing refer to Converter. I just want to know
      the best solution for that. thanks...