Hey Andy<div>I have a radio group defined like this (using your code):</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div><div>
renderContentOn:html</div><div>| group |</div><div>html form:</div><div><span style="white-space: pre; ">        </span>[</div><div><span style="white-space: pre; ">        </span>html radioGroup [ :rg |</div><div><span style="white-space: pre; ">                r<span class="Apple-style-span" style="white-space: normal; ">g radioButton</span></span></div>
<div>                        submitOnClick;</div><div><span style="white-space: pre; ">                        <span class="Apple-style-span" style="white-space: normal; ">selected: self contact isMale;</span></span></div><div><span style="white-space: pre; ">                        </span>callback: [self halt];</div>
<div>                        with: [html text:&#39;male&#39;].</div><div>                rg radioButton...etc</div><div>]</div></div><div>Hope that helps</div><div>John</div></span><br><div class="gmail_quote">On Tue, Apr 27, 2010 at 4:20 PM, Andy Burnett <span dir="ltr">&lt;<a href="mailto:andy.burnett@knowinnovation.com">andy.burnett@knowinnovation.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello<div><br></div><div>I am sure I am missing something very obvious - hence the posting on the beginners&#39; list.</div>
<div><br></div><div>I am working through the seaside book, and everything has been fine, until I tried to replace my select item with a radio group. The form renders correctly, but never fires the callbacks.  Could someone poke me with a clue stick?  By the way, the self halts are in there because when I put the halt commands in the beMale beFemale methods, they never fired either. So I was working my way back up the chain.</div>

<div><br></div><div>The strange thing is that the other text input boxes (removed in this snippet) updated the model correctly.</div><div><br></div><div><div>renderContentOn:html</div><div>| group |</div><div>html form:</div>

<div><span style="white-space:pre">        </span>[</div><div><span style="white-space:pre">                </span>group := html radioGroup.</div><div><span style="white-space:pre">                </span>html text:&#39;male&#39;.</div>
<div><span style="white-space:pre">                </span>html radioButton</div><div><span style="white-space:pre">                        </span>group: group;</div><div><span style="white-space:pre">                        </span>selected: self contact isMale;</div>
<div><span style="white-space:pre">                        </span>callback: [self halt].</div><div><span style="white-space:pre">                </span>html text: &#39;female&#39;.</div><div><span style="white-space:pre">                </span>html radioButton</div>
<div><span style="white-space:pre">                        </span>group: group;</div><div><span style="white-space:pre">                        </span>selected: self contact isFemale;</div><div><span style="white-space:pre">                        </span>callback: [self halt].</div>

<div><span style="white-space:pre">                </span>html submitButton on: #save of:self.</div><div>]</div></div><div><br></div><div>Cheers</div><div>Andy</div>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://john-mckeon.us/seaside">http://john-mckeon.us/seaside</a><br>
</div>