Hi, I am facing problem in handling java.sql.Blob datatype. I have Rich Text Editor FCKEditor in my jsp form and I have defined java.sql.Blob setter/getter method in my action class but struts2 is not able to set content of FCKEditor into java.sql.Blob settler method. I am getting below error...Looks like it datatype conversion issue from String to Blob type. Any idea how should I handle it?
[WRITE4SMILE] ERROR [2009/01/13 19:37:24] | ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'helpText' on 'class com.rawatsoft.write4smile.webapp.action.admin.HelpAdminAction: *Error setting expression 'helpText' with value '[Ljava.lang.String;@1262bf4' * Thanks Raghu