Re: MS Word document from Web Objects app
Re: MS Word document from Web Objects app
- Subject: Re: MS Word document from Web Objects app
- From: "Watkins, Garry" <email@hidden>
- Date: Fri, 11 Aug 2006 13:42:40 -0400
- Thread-topic: MS Word document from Web Objects app
Just embed the RTF for the word file in the HTML. Put WO tags in their
where you need to insert wo stuff. Manually edit .wod and put appropriate
bindings, and then Overide appendToResponse method and add the following:
response.setHeader("application/msword", "Content-Type");
Then super.appendToResponse(..);
HTH
On 8/11/06 1:15 PM, "email@hidden"
<email@hidden> wrote:
> Re: MS Word document from Web Objects app
--
Garry Watkins
Database Administrator
Motley Rice LLC
843-216-9639
Confidential & Privileged
Unless otherwise indicated or obvious from its nature, the information contained in this communication is attorney-client privileged and confidential information/work product. This communication is intended for the use of the individual or entity named above. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error or are not sure whether it is privileged, please immediately notify us by return e-mail and destroy any copies--electronic, paper or otherwise--which you may have of this communication.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden