[BlueBream] BlueBream Documentation: Manual & Reference
Justin Ryan
jryan at reliefgarden.org
Sun Aug 1 15:55:26 EDT 2010
>>
>> -> receiving (and setting) POST & GET parameters at runtime
>
> Look for documentation in packages like zope.publisher,
> zope.app.publication sources, I think you want events like:
>
> IAfterTraverseEvent
> IBeforePublishEvent
>
Of course, the view has a context, a request, and a response.
POST & get params come from the request..
in the response, you can set http headers. I initially must have
misunderstood, but I think that might be what you mean by 'setting'.
If you want to fake form input or something, i can probably suggest
some alternative strategies.
More information about the bluebream
mailing list