[Zope-CMF] CookedBody exposure

Meilicke, Scott scott.meilicke@intp.com
Thu, 27 Sep 2001 11:23:52 -0700


Hello,

I'm trying to insert a document into another with:

<dtml-var addEntryForm>

which gives me headers and footers - not good.

<dtml-var addEntryForm.CookedBody()>

gives me:

This resource may be trying to reference a nonexistent object or variable
addEntryForm.CookedBody()

I have also tried a variety of 

<dtml-with addEntryForm>
	<dtml-var CookedBody()>
</dtml-with>

solutions with no success.

I've searched the cmf list and have only found solutions for catalog
searches and lists via <dtml-in>.  I know this should be easy...

additional note - this applies to both portal Documents and DTML methods. Do
DTML methods have a CookedBody?  If not, how do I expose the rendered
internals without headers/footers?

Thanks for any and all help - Scott