<div>Thx for your answer</div>yes I do have a #form around it.  <br><br><div class="gmail_quote">2010/12/3 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Do you have a #form: around your table?<br>
<br>
Lukas<br>
<div><div></div><div class="h5"><br>
On 3 December 2010 13:02, alexandre bp &lt;<a href="mailto:abalonpe@ulb.ac.be">abalonpe@ulb.ac.be</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I have a problem with checkboxes. I&#39;m trying to add a checkbox at each line<br>
&gt; of a table.<br>
&gt; I have tried several things(the last tries are in comments):<br>
&gt; addActionColumn<br>
&gt; columns<br>
&gt; add:<br>
&gt; ((WAReportColumn new)<br>
&gt; title: &#39;&#39;;<br>
&gt; valueBlock: [ :row :html |<br>
&gt; html span<br>
&gt; with:[<br>
&gt;<br>
&gt;   &quot;checked ifTrue:[BibliList bibliCollection add: row].&quot;<br>
&gt;<br>
&gt; html checkbox<br>
&gt; value: checked;<br>
&gt; onTrue:[BibliList bibliCollection add: row]<br>
&gt; onFalse:[].<br>
&gt; &quot;onClick: [checked := true]&quot;<br>
&gt;<br>
&gt;    &quot;callback:[:value | value ifTrue: [BibliList bibliCollection add: row]]&quot;<br>
&gt;<br>
&gt;          ]]).<br>
&gt; Unfortunately, nothing seems to work...when I click on the checkbox, nothing<br>
&gt; happen and my list bibliCollection (which is an OrderedCollection) is still<br>
&gt; empty.<br>
&gt; Thx for your help<br>
&gt; alex<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br>