<div dir="ltr">Hi guys,<div><br></div><div>I have this piece of seaside that renders a checkbox:</div><div><br></div><div><div>renderCellFormContent: anObject on: html</div><div><br></div><div><span class="" style="white-space:pre">        </span>html form: [</div>
<div><span class="" style="white-space:pre">                </span>html label:[<span class="" style="white-space:pre">        </span></div><div><span class="" style="white-space:pre">                        </span>html checkbox</div><div><span class="" style="white-space:pre">                                </span>submitOnClick;</div>
<div><span class="" style="white-space:pre">                                </span>value: (self isSelected: anObject);</div><div><span class="" style="white-space:pre">                                </span>callback: [ :value | self selectRow: anObject value: value ]]]</div><div>
<br></div><div>That checkbox is actually one table cell of a row of a table (the first column) to select/unselect items. I would like to make this checkbox go with an AJAX request so that the whole page is not rendered and hence I loose scroll position etc....</div>
<div><br></div><div>So..what I need is that in the onClick of the checkbox I send an AJAX request. The checkbox of course should be updated and I also need to be able to continue executing the callback and the value.</div>
<div><br></div><div>Any idea how can I do this in Seaside?</div><div><br></div><div>Thanks in advance, </div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank" class="vt-p">http://marianopeck.wordpress.com</a><br>

</div></div>