Thanks ! That's exactly what I needed.
Sebastien.
Philippe Marschall a écrit :
> 2006/10/27, Sébastien Rocca-Serra <
[hidden email]>:
>> 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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside