<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-8-I"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
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>
    html form: [<br>
        html bold: 'Search:'.<br>
        html space.<br>
        html textInputWithValue: '' callback: [:v | self search: v]<br>
    ]<br>
<br>
<b>YWDnChooser&gt;&gt;renderContentOn: html</b><br>
    html table: [<br>
        html tableRow: [<br>
            html tableData: [self renderNavBarOn: html].<br>
            html tableData: [self renderEntriesOn: html].<br>
        ]<br>
    ]<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>
  <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 I look? <br>
  Thanks,<br>
     Yoel<br>
</body>
</html>