<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [Seaside] onAnswer error on embedded component</TITLE>
</HEAD>
<BODY>
<BR>
<BR>

<P><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self call: (PMLogsView new renderContentOn: html and: db).</FONT>
</P>

<P><FONT SIZE=2>Your PMLogsView is not look like a callable component.</FONT>
<BR><FONT SIZE=2>I would just display the component like this:</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>html render: (PMLogsView new db: db).</FONT>
<BR><FONT SIZE=2>with a new instance variable 'db' defined in the component</FONT>
<BR><FONT SIZE=2>and I would remove the second parameter from the renderContentOn:db: method</FONT>
<BR><FONT SIZE=2>Hope I understood well.</FONT>
<BR><FONT SIZE=2>Michel.</FONT>
</P>

</BODY>
</HTML>