[google-appengine] Re: newbie question - url routing - using urls to make queries

2009-05-05 Thread Nick Johnson (Google)

Hi, loopymonkey,

You don't specify which runtime you're working with, and the best way
to do this is runtime-specific. In Python, however, if you're using
the default webapp framework, you can do this by defining groups in
the handler regular expressions; the contents of these groups will be
passed to the handler. An example can be seen here:
http://code.google.com/appengine/docs/python/tools/webapp/running.html

-Nick Johnson

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



[google-appengine] Re: newbie question - url routing - using urls to make queries

2009-05-05 Thread loopymonkey

that's it.  i was using python.  Thanks Nick!

On May 5, 7:47 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 Hi,loopymonkey,

 You don't specify which runtime you're working with, and the best way
 to do this is runtime-specific. In Python, however, if you're using
 the default webapp framework, you can do this by defining groups in
 the handler regular expressions; the contents of these groups will be
 passed to the handler. An example can be seen 
 here:http://code.google.com/appengine/docs/python/tools/webapp/running.html

 -Nick Johnson
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---