3 Dec
2003
3 Dec
'03
4:30 p.m.
On Wed, 2003-12-03 at 02:59, Andre Meyer wrote:
My plan is to have an index_html that refrences two frames (<frameset>).
OK.
However, the names for the frame pages need to added with ImageFile in order to allow for them to be known in my index_html.zpt. Using ImageFile the ZPT tags are not processed
Yeah, don't do that.
and using PageTemplateFile raises an error when displaying the plage.
What error, specifically? The *type* of thing you're trying to do is basic... there's nothing special about frames from Zope's point of view. Something about how you're accessing your ImageFile is wrong... the error message is trying to tell you what it is. HTH, Dylan