[Seaside] Fetching GET parameters from a Seaside component.

Johan Brichau johan at inceptive.be
Mon Oct 25 20:39:10 UTC 2010


The GET params are in the request. Try this:

self requestContext request at: #time

On 25 Oct 2010, at 22:14, Thomas McCune wrote:

> I am calling a Seaside component from JavaScript with one parameter. Does
> anyone know how to fetch the parameters in a component? Based upon
> some documentation on the net I have tried the following without success:
>  
> time:=self session fieldsAt: #time.
>  
> Thanks.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list