RE: Adding a text node to a MessageElement

2003-12-07 Thread chris
riginal Message- From: lou fox [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 10:09 AM To: '[EMAIL PROTECTED]' Subject: Adding a text node to a MessageElement How do I change a textnode in a MessageElement? I know I can get the value of the textnode by calling the getValue() met

Adding a text node to a MessageElement

2003-12-05 Thread lou fox
How do I change a textnode in a MessageElement? I know I can get the value of the textnode by calling the getValue() method, but how do I change it to something else? setObjectValue(), and addTextNode() didn't seem to work correctly. Does anyone know how to do this?