Thanks for the tips! They&#39;re really helpful!<br><br>I think I found out why the &#39;id&#39; attribute didn&#39;t work. I think it was because I was using WAHtmlRender as my RendererClass. Am I right?<br>Now that I noticed that I was using WAHtmlRenderer, I managed to create checkboxes using this:
<br><br>checkboxWithValue:callback:<br><br>I also noticed that in this class, there is a method checkboxWithValue:callback:usingFormNamed: , or something like that. How am I supposed to use that? It seems that you have to pass a form name, but how can I do that? Can I associate a checkbox with a different form? (by different, I mean not the one enclosing the checkbox). Thanks again for the support!
<br><br>Regards,<br>Kazuki<br><br><div><span class="gmail_quote">On 7/3/07, <b class="gmail_sendername">Philippe Marschall</b> &lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2007/7/3, Kazuki Yatsuga &lt;<a href="mailto:hartzzenen@gmail.com">hartzzenen@gmail.com</a>&gt;:
<br>&gt; Hello folks, could you guys give some examples on how to create/use<br>&gt; checkboxes with Seaside 2.7, please?<br>&gt; And one more thing: why doesn&#39;t the &#39;id&#39; attribute work sometimes? For<br>&gt; example, I&#39;ve tried using:
<br>&gt;<br>&gt; html table id:&#39;myTable&#39;; with [ ....etc... ]<br>&gt;<br>&gt; And what I get is that a text &#39;myTable&#39; shows up at my page and no &#39;id&#39;<br>&gt; attribute is used in my table. And it happens not only with tables but other
<br>&gt; elements like forms too. Thanks for your support!<br><br>Works for me. Could you please give minimal code that exposes the<br>problem as ST, CS or MCZ? Are you sure you didn&#39;t mess your table<br>(forgot tableRow or tableData)?
<br><br>And about the checkboxes: don&#39;t forget the form.<br><br>Cheers<br>Philippe<br><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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>