I&#39;m not sure how to go about adding named attributes to a method that processes a form submission.<br><br>But beyond that I guess what I&#39;m curious about is why out of all the elements in the form, the only one that made it to<br>
<br>self requestContext request.<br><br>is the radiobutton.  Why aren&#39;t the other entries there? Doesn&#39;t the request get parsed long before the REST classes<br>get involved?  Or am I missing something? <br><br><br>
Tony<br><br><div class="gmail_quote">On Tue, Jul 12, 2011 at 3:15 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;">
2011/7/12 Tony Giaccone &lt;<a href="mailto:tgiaccone@gmail.com">tgiaccone@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt;<br>
&gt; When inspected, postFields has exactly one element which is:<br>
&gt; a WARequestFields(&#39;sex&#39;-&gt;&#39;Male&#39;)<br>
&gt; Inspect the body and I get:<br>
&gt; &#39;sex=Male&#39;<br>
&gt; what happened to my form elements???<br>
<br>
</div></div>Have you tried adding name attributes?<br>
<br>
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>
</blockquote></div><br>