SOLVED: Modify Message Body in Handler

2003-06-24 Thread Tripper McCarthy
ce barked at). I guess if you beat your head against the monitor long enough, a solution does finally come out. Tripper McCarthy [EMAIL PROTECTED] 625 The City Drive Suite 190 Orange, CA 92868

RE: HELP: Modify Message Body in Handler

2003-06-24 Thread Tripper McCarthy
em, but it is looking pretty bleak at the moment.   Tripper -Original Message-From: Tripper McCarthy [mailto:[EMAIL PROTECTED]Sent: Monday, June 23, 2003 4:34 PMTo: '[EMAIL PROTECTED]'Subject: HELP: Modify Message Body in Handler I have been trying to modify th

HELP: Modify Message Body in Handler

2003-06-23 Thread Tripper McCarthy
"body_test");     mElement.addTextNode("body test");     sb.addChild(mElement);         message.saveChanges();     System.out.println("handler 1 = " + sb.toString()); } The final println statement shows the exact message I started off with,