> Assuming a method "myaction(self, id)" under People(RestController): > > 1) Calling "GET /people/1/myaction" yields a 404. > 2) Calling "GET /people/myaction/1" calls myaction(self,1) >
Can someone more familiar with the code confirm if the above behaviour is correct or not? (I would assume not. Based on http://microformats.org/wiki/rest/urls#Invoke_Custom_Actions ) Thank you, :) -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

