[Seaside] onAnswer error on embedded component

Bany, Michel mbany at cincom.com
Wed Jul 21 17:42:05 CEST 2004



>     self call: (PMLogsView new renderContentOn: html and: db).

Your PMLogsView is not look like a callable component.
I would just display the component like this:
	html render: (PMLogsView new db: db).
with a new instance variable 'db' defined in the component
and I would remove the second parameter from the renderContentOn:db: method
Hope I understood well.
Michel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20040721/c9a07ba2/attachment.htm


More information about the Seaside mailing list