Fwd: Generating HTML without WORequest
Fwd: Generating HTML without WORequest
- Subject: Fwd: Generating HTML without WORequest
- From: "Gennady Kushnir" <email@hidden>
- Date: Fri, 14 Dec 2007 20:59:41 +0300
Hello, List
I need to sent e-mail from my application. Currently I'm studying JavaMail package - it's not very simple but the question is WebObjects-related.
The message body should be generated from WOComponent. But I don't know how to make WOComponent generate HTML.
The only way I know to make HTML from WOComponent is generateResponse() and appendToResponse(WOResponse,WOContext).
(Which one is better by the way?) But both of them work in context of request-response loop.
Sending mail is to be scheduled - so when performing the task I don't have WOContext - it is not initialised with WORequest - because there is no request when in scheduled action.
The question is :
How can I generate HTML from WOComponent without WOContext or how to get WOContext not in R-R loop.
Gennady Kushnir
_______________________________________________
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