[Seaside] accessing the current post parameters

Bob Arning arning315 at comcast.net
Sun Feb 12 20:21:58 UTC 2012


Alternatively,

self requestContext request copy inspect.

will let you see what the request looked like before it got destroyed 
without requiring a halt.

Cheers,
Bob

On 2/12/12 1:50 PM, sergio_101 wrote:
>> Are you in the render phase instead of the continuation? Eg. is the
>> request you're seeing a GET instead of a POST request?
> ah.. ok. this is the very beginning for my site.. so there is only one
> component.. a render..
> i tried running:
>
> renderContentOn: html
> 	(self requestContext request) inspect.
> 	html heading: 'this is the canvas' level: 3
>
> and get this:
>
> <error in printString: evaluate "self printString" to debug>
>
> thanks..
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120212/4d253176/attachment.htm


More information about the seaside mailing list