[google-appengine] Re: How do you pass variables through a link (url)?

2009-07-29 Thread raamam
Does anyone help me do that in java? Thanks in advance On Jul 23, 1:12 am, Ben wrote: > Matt you will use the request class to retrieve the variable assigned > in theurl.   > Reference:http://code.google.com/appengine/docs/python/tools/webapp/requestclas... > > the code would be something as sim

[google-appengine] Re: How do you pass variables through a link (url)?

2009-07-22 Thread Ben
Matt you will use the request class to retrieve the variable assigned in the url. Reference: http://code.google.com/appengine/docs/python/tools/webapp/requestclass.html the code would be something as simple as: parent = self.request.get("targetId") Note that all variables returned via the requ