At 10:09 PM 4/14/02 +1000, you wrote: >4a. Instead of _node.setNodeValue(newValue), I cast (casted?) the Node to a >GenericText and called setData: > > GenericText gt = (GenericText) _node; > gt.setData(_value); > >4b. Still no go
Did you test gt.isReadonly()? Regards, Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
