Derek Hohls wrote:
Is there a special technique for handling BLOB fields (in
my case, the MEDIUMTEXT field from a mySQL dataabse)
in a cforms/flow situation?
I get : java.lang.RuntimeExceptioon "Incorrect value type for 'FIELD'
(expected class.java.langString, got class [B

This message says that you're trying to fit a byte[] into a String field, which obviously won't work.

You should feed the field with a String that you create from the data read in the blob

Sylvain

--
Sylvain Wallez                        Anyware Technologies
http://people.apache.org/~sylvain     http://www.anyware-tech.com
Apache Software Foundation Member     Research & Technology Director


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]