the code does

        title = self.request.get('title')

        movie = getMovie(title)


which retrieves it from via the web app framework.

The example url, shows an example
http://mydomain.com/image?title=matrix

so in that case the title 'matrix' would be passed to the getMovie
function.



On 19 January 2011 13:52, Zeynel <[email protected]> wrote:

> I am reading the Serving Dynamic Images article
>
> http://code.google.com/appengine/articles/python/serving_dynamic_images.html
>
> It's straighforward but on the Retrieving and Displaying Images
> section he has the GetImage handler and he writes that "The first
> thing the request handler does is retrieve the value of "title" from
> the URL paramater."
>
> Where is the URL parameter?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to