<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I think that this is a known limitation with checkboxes etc, you need to submit the whole form, or use an independent onClick handler.</div><div><br></div><div>Have a look at the class comments, I seem to remember this is mentioned somewhere.</div><div><br></div><div>Keith</div><div><br></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Maybe onClick: instead of callback: helps?<br><br> <table width="100%"> <tbody> <tr> <td width="5" bgcolor="blue">&nbsp;</td> <td> <div>Hello</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. &nbsp;Could someone poke me with a clue stick? &nbsp;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>renderContentOn:html</div> <div>| group |</div> <div>html form:</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>[</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>group := html radioGroup.</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>html text:'male'.</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>html radioButton</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>group: group;</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>selected: self contact isMale;</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>callback: [self halt].</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>html text: 'female'.</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>html radioButton</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>group: group;</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>selected: self contact isFemale;</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>callback: [self halt].</div> <div><span class="Apple-tab-span" style="WHITE-SPACE: pre"></span>html submitButton on: #save of:self.</div> <div>]</div> <div><br></div> <div>Cheers</div> <div>Andy</div></td></tr></tbody></table></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></body></html>