<li><a href="/dir/*Tshirts*">Tshirts</a></li>

application = webapp.WSGIApplication(
                                     [('/dir/(\w*)', *your handler*)],
                                     debug=True)

In Handler:

tshirts = self.request.get('Tshirts')
items = Item.gql('where type=:1', tshirts)

*;)*


On Fri, Jan 21, 2011 at 1:02 AM, Zeynel <[email protected]> wrote:

> <li><a href="/dir">Tshirts</a></li>




-- 
++++++++++++++++++++++++++++++
格物,致知;正心,诚意。
My Profile=> http://about.me/zong/bio

-- 
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