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

Sébastien Rocca-Serra sebastien.roccaserra at f4-group.com
Tue Oct 31 09:16:54 UTC 2006


Thanks ! That's exactly what I needed.
Sebastien.

Philippe Marschall a écrit :
> 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