<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>your #addProduct code looks good.</div><div><br></div><div>The issue must be somewhere else</div><div><br></div><div><a href="http://about.me/sebastianconcept">sebastian</a></div><div><br></div><div>o/</div><div><br></div><div><br></div><div><br></div><div><div>On Sep 10, 2011, at 10:27 AM, Larry White wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi, I'm a newbie so apologies if I'm doing something dumb.<div><br><div>I'm working with Seaside in Pharo using the standard Seaside environment.</div><div><br></div><div>In my application, call: seems to work intermittently. &nbsp;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. &nbsp;I see this elsewhere in my app as well. On my login form I have a link to a "forgot password" component that worked for a while then stopped, also without raising an exception.&nbsp;</div>
<div><br></div><div>I'm assuming that what I'm doing wrong would be obvious to an experienced Seasider since it seems to be easy to get into this state. &nbsp;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&nbsp;</div></div>
_______________________________________________<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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br><div>
<span class="Apple-style-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; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-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; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div></div></span></span><br class="Apple-interchange-newline">
</div>
<br></body></html>