<div dir="ltr"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 1, 2013 at 2:22 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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 style="white-space:pre-wrap">                </span>html checkbox</div><div><span style="white-space:pre-wrap">                        </span>value: (self isSelected: anObject);</div><div><span style="white-space:pre-wrap">                        </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><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>


</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
</div>