On Sun, Apr 22, 2012 at 12:11 PM, ozwyzard <[email protected]> wrote: > Configuration: Turbogears 2.1.5 CrudRestController, using _before() > calls in the nested controllers. > > Issue: 'new' and 'delete' operations on last node of a set of nested > controllers land on the wrong nested controller > > Scenario: > /controller1/arg1/controller2/controller3/new ends up calling / > controller1/arg1/controller2/new > controller1, controller2, controller3 all implement _before() >
Are controller1 and controller2 plain ObjectDispatch controllers or are they rest controllers? -- 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.

