<div dir="ltr">Hi guys, <div><br></div><div>I am using Seaside 3.0 and Magritte 3. </div><div><br></div><div>I have a MAReport in which I add as the first column a MACheckboxColumn. I want to use this table to filter/select/unselect the rows of the report. If I use a MACheckboxColumn as is (#useLinks answering true), it works, but if I do (set #useLinks to false):</div>
<div><br></div><div>report addColumn: (MACheckboxColumn new useLinks: false; yourself).</div><div><br></div><div>it does not work anymore..the callback of the checkbox is not called anymore:</div><div><br></div><div>MASelectionColumn &gt;&gt; renderCellFormContent: anObject on: html</div>
<div><br></div><div><span class="" style="white-space:pre">                </span>html checkbox</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 halt. self selectRow: anObject value: value ]</div>
<div> <br clear="all"><div>Of course the difference is that with no links it uses #renderCellFormContent:on: while with useLinks in true it uses #renderCellLinkContent:on:. I thought it was related to the fact that links do not need a form but checkbox do. I tried adding a form around the checkbox, but no luck.</div>
<div><br></div><div>Any ideas?</div><div><br></div><div>Thanks</div><div><br></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>