Hi, I&#39;m a newbie so apologies if I&#39;m doing something dumb.<div><br><div>I&#39;m working with Seaside in Pharo using the standard Seaside environment.</div><div><br></div><div>In my application, call: seems to work intermittently.  For example, I have this method in one component:</div>
<div><br></div><div><div>addProduct</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>| editor |</div><div><br></div><div>editor := ProductEditorComponent new.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(self call: editor)</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>ifTrue: [ Dao new addProduct: product ]</div></div><div><br></div><div>When I run my app, the method gets invoked (a halt statement is hit when I add it to the method), but the ProductEditorComponent never renders and no exception is raised.  I see this elsewhere in my app as well. On my login form I have a link to a &quot;forgot password&quot; component that worked for a while then stopped, also without raising an exception. </div>
<div><br></div><div>I&#39;m assuming that what I&#39;m doing wrong would be obvious to an experienced Seasider since it seems to be easy to get into this state.  What causes a component to fail to render when called without raising an error?</div>
<div><br></div><div>Thanks much for any assistance.</div><div><br></div><div>Larry </div></div>