[Seaside] Access to the request GET fields in a WATask

Philippe Marschall philippe.marschall at gmail.com
Fri Oct 27 17:29:11 UTC 2006


2006/10/27, Sébastien Rocca-Serra <sebastien.roccaserra at f4-group.com>:
> Hi,
>
> I have to respond to this kind of URL:
> http://some.server.com/seaside/myapp?login=foo&key=1234
>
> I created MyTask, a subclass of WATask and chose it as root component
> for 'seaside/myapp'.
>
> My problem is that I can't access to the initial request fields (login &
> key).
>
> Note: self session currentRequest fields contains the usual _k and _s
> fields, but not my initial fields.
>
> Any suggestions?

Override #initialRequest:
In the request passed as an argument you will find the fields.

Philippe


More information about the Seaside mailing list