Hi Michael,<div><br><div>You can&#39;t call a rendering method in the callback block, because when that block executes you are not in a rendering loop - the html variable is undefined at that point. </div><div>Your callback could do something that updates the state of your component, like set a variable with the selected value &#39;B&#39; . <a href="http://book.seaside.st/book/getting-started/pharo-squeak/first-component/behavior">Have a look at the book</a></div>
<div> In the simplest scenario, modify your renderContentOn: method to call the list rendering method with the selected value, if there is one assigned.<br><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><span class="Apple-style-span" style="border-collapse: separate;"><br>
</span></span></font></div><div>HTH</div><div>John<br>-- <br><a href="http://jmck.seasidehosting.st">http://jmck.seasidehosting.st</a><br>
</div></div>