<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Avi Bryant wrote:<br>
<blockquote type="cite"
 cite="mid6A827D9D-F6B1-11D7-A9DC-000A9585C01E@beta4.com"><br>
Aha, there's your problem.&nbsp; Don't use #renderOn: for subcomponents.&nbsp;
That is, instead of
  <br>
  <br>
aSubComponent renderOn: html
  <br>
  <br>
use
  <br>
  <br>
html render: aSubComponent.
  <br>
</blockquote>
Sorry, no luck.<br>
<br>
Here is how my application is organized:<br>
<br>
<table cellpadding="2" cellspacing="2" border="1" width="100%">
  <tbody>
    <tr>
      <td valign="top">DIANavigation, sets activeApp to
DIAArticleApplication or DIAAddressApplication and then renders it<br>
      <table cellpadding="2" cellspacing="2" border="1" width="100%">
        <tbody>
          <tr>
            <td valign="top">DIAArticleApplication (with which a
DIAAddress is chosen and then rendered)<br>
            </td>
          </tr>
          <tr>
            <td valign="top">DIAArticleEditor, which should call
DIAAddressEditor (with call)<br>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
      </td>
    </tr>
  </tbody>
</table>
<br>
I tried to call WACounter by DIAArticleEditor - no chance. If I call it
from DIAArticleApplication, it gets called.<br>
<br>
Regards, Markus<br>
</body>
</html>