[Zope3-Users] Getting params in a request

Stéphane Brault stephane_brault at yahoo.fr
Wed Jul 12 12:16:24 EDT 2006


Thanks Pete,
 It was indeed what I was getting at, but since I use ajax I mostly don't use views,
 from there comes my ignorance ;-)
 
 Stéphane

----- Message d'origine ----
De : Pete Taylor <baldtrol at gmail.com>
À : Stéphane Brault <stephane_brault at yahoo.fr>; zope3-users at zope.org
Envoyé le : Mercredi, 12 Juillet 2006, 4h55mn 51s
Objet : Re: [Zope3-Users] Getting params in a request

Stephane,
do you mean how do you get the params out of the request when they
post to your page?
self.request.get('param1') should give you value1, if that's what
you're getting at...

On 7/12/06, Stéphane Brault <stephane_brault at yahoo.fr> wrote:
> Hi,
>  for my application I need to let another site redirect its user to one of my page with an operation and some parameters, giving it this address:
>  http://www.mysite.com/mypage?myOperation&param1=vaue1&param2=value2
>  The values are filled by the other site.
>  How can I do that ?
>
>  Thanks,
>
>  Stéphane
>
>
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>


-- 
"All guilt is relative, loyalty counts, and never let your conscience
be your guide."
  - Lucas Buck, American Gothic





More information about the Zope3-users mailing list