[Seaside] Accessing POSTed information directly

Ramon Leon ramon.leon at allresnet.com
Sat Jul 5 00:19:35 UTC 2008


> How can I read POSTed information directly in my Seaside app? 
>  I don't  
> need to do this for Seaside components of course, but for 
> elements on  
> the page that are generated by Javascript (that I didn't write).
> 
> -Carl Gundel
> http://www.libertybasic.com
> http://www.runbasic.com

self fieldsAt: #key, which delegates to the session with delegates to the
currentRequest.  If you want to poke around, self session currentRequest
inspect, you'll find everything you need in there.

Ramon Leon
http://onsmalltalk.com



More information about the seaside mailing list