Asad -- I don't know the answere to your question, but I would guess you may have reached some limit. The real question is "Why is your DTML method so big?". One of the ideas of Zope is to break up a page by breaking the page up into logical units and then calling i(i.e rendering) the logical units to create the page. A simple example: Page Method: <dtml-var standard_html_header> <p><dtml-var hello> <dtml-var world></p> <dtml-var standard_html_footer> Hello Method: <dtml-var standard_html_header> Hello <dtml-var standard_html_footer> World Method: <dtml-var standard_html_header> World <dtml-var standard_html_footer> On Fri, 19 Mar 2004, Asad Habib wrote:
Hello. I have a dtml method that takes up 31KB and when I try to add another line of code to it, Zope won't let me. Have I exceeded the size limits defined by Zope? If so, is there a way these limits can be extended? If not, will packing the Zope database help? Any help would be greatly appreciated. Thanks.
- Asad
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )