Yes, with a bit of investigation I had figured that out. It was obvious once I noticed that the name tag was missing. <div><br></div><div>Foolish on my part. </div><div><br></div><div>Tony<br><br><div class="gmail_quote">On Tue, Jul 12, 2011 at 4:14 PM, Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@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 class="im">2011/7/12 Tony Giaccone &lt;<a href="mailto:tgiaccone@gmail.com">tgiaccone@gmail.com</a>&gt;:<br>
</div><div class="im">&gt; I&#39;m not sure how to go about adding named attributes to a method that<br>
&gt; processes a form submission.<br>
<br>
</div>Not the method, the html input element<br>
name=&quot;theNameYouWantToSeeInTheRequestBody&quot;<br>
<div class="im"><br>
&gt; But beyond that I guess what I&#39;m curious about is why out of all the<br>
&gt; elements in the form, the only one that made it to<br>
<br>
</div>Because it was the only one with a name attribute?<br>
<div class="im"><br>
&gt; self requestContext request.<br>
&gt;<br>
&gt; is the radiobutton.  Why aren&#39;t the other entries there?<br>
<br>
</div>Because the browser didn&#39;t send them?<br>
<div class="im"><br>
&gt; Doesn&#39;t the request<br>
&gt; get parsed long before the REST classes<br>
&gt; get involved?  Or am I missing something?<br>
<br>
</div><div><div></div><div class="h5">Cheers<br>
Philippe<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>
</div></div></blockquote></div><br></div>