[Seaside] Re: Fetching GET parameters from a Seaside component.

Esteban Lorenzano estebanlm at gmail.com
Tue Oct 26 12:07:51 UTC 2010


As an alternative, you may want to override #initialRequest: in your component.

cheers,
Esteban

On 2010-10-25 17:14:37 -0300, "Thomas McCune" <thomas.mccune at att.net> said:

> 
> 
> 
> 
> 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:=3Dself session fieldsAt: #time.
> 
> Thanks.
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18975">
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT size=3D2 face=3DArial>I am calling a Seaside component from =
> JavaScript=20
> with one parameter. Does</FONT></DIV>
> <DIV><FONT size=3D2 face=3DArial>anyone know how to fetch the parameters =
> in a=20
> component? Based upon</FONT></DIV>
> <DIV><FONT size=3D2 face=3DArial>some documentation on the net I have =
> tried the=20
> following without success:</FONT></DIV>
> <DIV><FONT size=3D2 face=3DArial></FONT>&nbsp;</DIV>
> <DIV><FONT size=3D2 face=3DArial>time:=3Dself session fieldsAt: =
> #time.</FONT></DIV>
> <DIV><FONT size=3D2 face=3DArial></FONT>&nbsp;</DIV>
> <DIV><FONT size=3D2 face=3DArial>Thanks.</FONT></DIV></BODY></HTML>
> 
> 
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





More information about the seaside mailing list