On Wed, Jun 07, 2000 at 12:50:52PM -0400, Sasan, Hement wrote:
> Any comment on "Turbine with out ECS"? What all points need to take care of?

There are several ways of going about what you ask about. I recommend
embracing ECS to a small extent, regarding it as part of the "plumbing"
of Turbine.

Depending on how you are generating your HTML you will probably find it
easiest to do something like:

  String myHtml = genHtml();
  return new StringElement(myHtml);

If you must use a Writer, use a StringWriter.

-- 
Sean Legassick
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to