[Zope] JPicture Examples?
abg@comco-inc.com
abg@comco-inc.com
Tue, 30 Oct 2001 16:36:50 -0600
Hi Jens,
-- Jens Wrote --
> here's one:
>
> <dtml-in "objectValues('JPicture')">
> <img src="&dtml-absolute_url;/viewThumb">
> </dtml-in>
>
> jens
That's exactly what I've tried. Here's my code:
<html>
<body>
<dtml-in "objectValues('testPic')">
<img src="&dtml-absolute_url;/viewThumb">
</dtml-in>
</body>
</html>
Here's the output:
<html>
<body>
</body>
</html>
Here's my Zope info:
Zope Version (Zope 2.4.0 (binary release, python 2.1, win32-x86), python
2.1.0, win32)
Python Version 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit (Intel)]
System Platform win32
Thanks,
Aaron