Sebastian, Thanks.<div><br></div><div>I am sending from within a callback. I got this case to work by eliminating a component that acted like a container between the root component and the component where the non-working render methods were implemented.  Now I just have to understand -why- that would work and the other way not.  </div>
<div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><br><div class="gmail_quote">On Sat, Sep 10, 2011 at 10:45 AM, Sebastian Sastre <span dir="ltr">&lt;<a href="mailto:sebastian@flowingconcept.com">sebastian@flowingconcept.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div>be sure you are sending #addProduct from a callback action like:</div><div><br>
</div><div><br></div><div><span style="white-space:pre-wrap">        </span>html anchor</div><div><span style="white-space:pre-wrap">                </span>callback:[self addProduct]</div><div><span style="white-space:pre-wrap">                </span>with: &#39;Add this to cart&#39;.</div>
<div><br></div><div style="word-wrap:break-word"><div><a href="http://about.me/sebastianconcept" target="_blank">sebastian</a></div><div><br></div><div>o/</div><div><br></div><div>PD: be sure NOT to send #addProduct from a render kind of method</div>
<div><br></div><div><br></div><div><br></div></div><div><div class="im"><div>On Sep 10, 2011, at 10:27 AM, Larry White wrote:</div><br></div><blockquote type="cite"><div><div></div><div class="h5">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 style="white-space:pre-wrap">        </span>| editor |</div><div><br></div><div>editor := ProductEditorComponent new.</div><div><span style="white-space:pre-wrap">        </span>(self call: editor)</div>

<div><span style="white-space:pre-wrap">                </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></div></div><div class="im">
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></blockquote></div><br><div>
<span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="word-wrap:break-word">
<div><br></div></div></span></span>
</div>
<br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>