[Seaside] Fetching request parameters in Seaside component

Thomas McCune thomas.mccune at att.net
Tue Oct 26 02:25:44 UTC 2010


I found a solution to my previous request on how to fetch the parameters in a call
to a Seaside component. I found the solution by reading the FAQ at seaside.st.
By overiding the method #initialRequest in my component I can get what I needed.
My version of #initialRequest is as follows:

initialRequest: aRequest

super initialRequest: aRequest.
time:=aRequest fields at: #time.
Transcript cr; show: time

There appears to be a lot more information that can be extracted from the "request"
object. Other good examples can be found on the net.

Tom McCune
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101025/6e541fdb/attachment.htm


More information about the seaside mailing list