Saving child items with API

Hi,

Has anyone successfully saved PSChildEntry values using the API?

I can update values on the content item itself. However, when I use the same code to try updating items on the children, I’m always getting a “org.apache.commons.beanutils.ConversionException” error. The database table says it’s a NVARCHAR type so I wouldn’t expect there to be any conversion needed simply dropping a string in there.

Any idea what I’m missing?

Nick.

Found the issue… somewhere along the way I was dropping the field dataType property. So it wasn’t a problem performing the conversion. More a problem not knowing which conversion to perform.