>> >> -> 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. _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
