Hi there,<div>I have a JQuery dialog, which is a simple form composed of radio buttons.  Each of those radio buttons has a #callback: block, that never gets called.</div><div>The code that creates the radiobuttons looks something like this:</div>
<div><div><span class="Apple-tab-span" style="white-space:pre">                                                </span>html listItem</div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>with: [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>callback: [self newTemplate: template];</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                </span>with: [</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                        </span>html label: template name.</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                                                        </span>html paragraph: template description]]].</div></div><div><br></div><div><br></div><div>I saw a similar example in:</div><div>JQFormFunctionalTest&gt;&gt;renderRadioButtonOn: html</div>
<div><br></div><div>where radio buttons have a callback as well, and in this case the #callback: block does get called each time you change the radio button selection.</div><div>Is there is anything particular to take care of for the callbacks to work inside a JQuery Dialog?</div>
<div>In the example, the execution of the rendering in the #onChanged:  triggers the #callback: of the radio buttons?</div><div>Thanks</div><div><br></div><div><br></div><div>r</div>