On a JQuery dialog, I would like to update the text input fields with default data, based on the data entered in the first field. I have the following code for the first field :-<div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>html span class: &#39;formdata&#39;; with: [html&nbsp;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>textInput</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>id: #tournamentname;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>value: tournamentEvent tournamentName;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>callback: [:value | tournamentEvent tournamentName: value. self test: value on: html];</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>onChange: (html jQuery ajax serializeThis)].</div>
<div><br></div>When a change occurs, I want the callback to call an update method, to update the remaining fields. Currently I have a small test method here. This is the code for the test method :-</div><div><br></div><div>
<div>test: value on: html</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(html jQuery: #potsize)&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; <span class="Apple-tab-span" style="white-space:pre">        </span>html: DateAndTime now</div>
<div><br></div><div>#potsize is the id: of another field in the dialog. My callback works, but the DOM is not updated. What is the correct way to update other DOM elements in this fashion?</div><div><br></div><div>Thanks.</div>
-- <br>-JT<br><br><br>
</div>