[Seaside] Problem with Images

Philippe Marschall philippe.marschall at gmail.com
Tue Mar 7 20:11:21 UTC 2006


2006/3/7, Rick Zaccone <zaccone at bucknell.edu>:
> Would someone please tell me what's wrong
> here?

The old and the new renderer don't have a compatible interface.

the correct way to do that with new renderer is:
html image url: '/bunnies.jpg'

to be honset I can't imagine a possible use for

image: aBlock
	^ self image with: aBlock

it should perhaps be changed to

image: aBlock
	self image url: aBlock

Philippe


More information about the Seaside mailing list