Ok, just to understand everything.
2010/10/18 sodso <[email protected]> > yes exactly > > '/(.*)/(.*) > r'/(.*)/someaction', SomeActionHandler I need a "r" before the line? > > the content between those two ( ) will be passed to ur RequestHandler as > second param(string), third param(string), and so on The param string as the var name I want, as the system will pass the value. So I can have get(self, var1, var2, var3,....) Right? > > so u can do anything with those string params as u want > > -- > 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. > -- My email: [email protected] My Google Wave: [email protected] -- 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.
