[Seaside] accessing the current post parameters

Philippe Marschall philippe.marschall at gmail.com
Sun Feb 12 17:19:39 UTC 2012


2012/2/12 sergio_101 <sergiolist at village-buzz.com>:
> i know i am justing being ridiculous here, but i can't figure out how
> to access the post parameters in my component.
>
> i am writing a facebook app, and i just need to grab the response from
> the auth dialog, but i can't figure out how to do it..
>
> in looking at the source, and it looks like i should get it at:
>
> WARequest #currentRequest inspect.

self requestContext request
should do it

> but i can't get at it .
>
> can anyone steer me in the right direction?

Are you in the render phase instead of the continuation? Eg. is the
request you're seeing a GET instead of a POST request?

Cheers
Philippe


More information about the seaside mailing list