[Seaside] RESTFUL form processing

Tony Giaccone tgiaccone at gmail.com
Fri Jul 15 17:53:20 UTC 2011


Yes, with a bit of investigation I had figured that out. It was obvious once
I noticed that the name tag was missing.

Foolish on my part.

Tony

On Tue, Jul 12, 2011 at 4:14 PM, Philippe Marschall <
philippe.marschall at gmail.com> wrote:

> 2011/7/12 Tony Giaccone <tgiaccone at gmail.com>:
> > I'm not sure how to go about adding named attributes to a method that
> > processes a form submission.
>
> Not the method, the html input element
> name="theNameYouWantToSeeInTheRequestBody"
>
> > But beyond that I guess what I'm curious about is why out of all the
> > elements in the form, the only one that made it to
>
> Because it was the only one with a name attribute?
>
> > self requestContext request.
> >
> > is the radiobutton.  Why aren't the other entries there?
>
> Because the browser didn't send them?
>
> > Doesn't the request
> > get parsed long before the REST classes
> > get involved?  Or am I missing something?
>
> Cheers
> Philippe
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110715/c8ae408d/attachment.htm


More information about the seaside mailing list