<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-8-i">
<TITLE></TITLE>

<META content="MSHTML 6.00.2800.1476" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT color=#0000ff size=2><SPAN class=981150016-21102004>This error 
usually occurs when the #children method is missing or incorrectly 
specified.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2><SPAN class=981150016-21102004>Also, what do you 
have in&nbsp;method renderEntriesOn: ?</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2><SPAN 
class=981150016-21102004>Michel.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2><SPAN 
class=981150016-21102004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff size=2><SPAN 
class=981150016-21102004></SPAN></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  seaside-bounces@lists.squeakfoundation.org 
  [mailto:seaside-bounces@lists.squeakfoundation.org]<B>On Behalf Of </B>Yoel 
  Jacobsen<SPAN class=981150016-21102004><FONT face=Arial 
  color=#0000ff>&nbsp;</FONT></SPAN><BR><B>Sent:</B> Thursday, October 21, 2004 
  5:13 PM<BR><B>To:</B> seaside@lists.squeakfoundation.org<BR><B>Subject:</B> 
  [Seaside] Error: Components not found<BR><BR></FONT></DIV>Hi,<BR><BR>I fail to 
  resolve why do I get this error on the following 
  code:<BR><BR><B>YWDnChooser&gt;&gt;renderNavBarOn: 
  html</B><BR>&nbsp;&nbsp;&nbsp; html form: [<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; html bold: 'Search:'.<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; html space.<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html 
  textInputWithValue: '' callback: [:v | self search: v]<BR>&nbsp;&nbsp;&nbsp; 
  ]<BR><BR><B>YWDnChooser&gt;&gt;renderContentOn: html</B><BR>&nbsp;&nbsp;&nbsp; 
  html table: [<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html tableRow: 
  [<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html tableData: 
  [self renderNavBarOn: html].<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; html tableData: [self renderEntriesOn: 
  html].<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ]<BR>&nbsp;&nbsp;&nbsp; 
  ]<BR><BR><B>YWDnChooser&gt;&gt;search: seqrchReq</B><BR>&lt;some 
  code&gt;<BR><BR><BR>I get the following error when submitting the form:<BR>
  <H1>Error: Components not found while processing callbacks: #(a 
  YWDnChooser)</H1>
  <UL>
    <LI>WARenderLoop(Object)&gt;&gt;error: 
    <BLOCKQUOTE>
      <TABLE>
        <TBODY>
        <TR>
          <TD class=label>self</TD>
          <TD>a WARenderLoop</TD></TR>
        <TR>
          <TD colSpan=2><B>temps</B></TD></TR>
        <TR>
          <TD class=label>aString</TD>
          <TD>'Components not found while processing callbacks: #(a 
            YWDnChooser)'</TD></TR>
        <TR>
          <TD colSpan=2><B>inst vars</B></TD></TR>
        <TR>
          <TD class=label>root</TD>
          <TD>a WAToolFrame</TD></TR></TBODY></TABLE></BLOCKQUOTE>
    <LI>WARenderLoop&gt;&gt;unprocessedCallbacks: 
    <BLOCKQUOTE>
      <TABLE>
        <TBODY>
        <TR>
          <TD class=label>self</TD>
          <TD>a WARenderLoop</TD></TR>
        <TR>
          <TD colSpan=2><B>temps</B></TD></TR>
        <TR>
          <TD class=label>aCollection</TD>
          <TD>#(a WAValueCallback)</TD></TR>
        <TR>
          <TD class=label>owners</TD>
          <TD>#(a YWDnChooser)</TD></TR>
        <TR>
          <TD class=label>ea</TD>
          <TD>a WAValueCallback</TD></TR>
        <TR>
          <TD colSpan=2><B>inst vars</B></TD></TR>
        <TR>
          <TD class=label>root</TD>
          <TD>a WAToolFrame</TD></TR></TBODY></TABLE></BLOCKQUOTE></LI></UL>Where shoud