[Zope] Subclass and Image
Dieter Maurer
dieter@handshake.de
Fri, 22 Jun 2001 21:49:43 +0200 (CEST)
Laurie Nason writes:
> I have a zclass created, for which I chose OFSImage when I created it. I
> then added a couple of properties and now would like to get the image out.
> When I create a class instance I can get the properties out no problem, but
> cannot anywhere find out how to get the image to display on my web page...
> Any help would be much appreciated...
Strange!
I would expect, it works the same way as with an OFS.Image instance:
* In the ZMI: use the "View" tab
* Direct call from a browser: use the URL of you object
or, if you like,
<URL to object>/index_html
* In DTML: <dtml-var your_object>
What does not work?
Dieter