[Seaside] RESTFUL form processing

Philippe Marschall philippe.marschall at gmail.com
Tue Jul 12 20:14:04 UTC 2011


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


More information about the seaside mailing list