22 Jun
2001
22 Jun
'01
7:49 p.m.
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