On 1/12/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > On 1/11/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > > > > I've been looking at the same thing in the last day and I found the > > 'post_url' keyword arg to the add_stage() view that allows you to > > redirect somewhere after adding a new object but this arg doesn't > > exist for the change_stage() view. Would adding a similar argument to > > change_stage() solve this? > > Kind of, but that wouldn't allow you to specify new save button action > types, ("save and continue editing", "save and add X", etc.) and you'd > have to override urls to get the custom redirect. I'd rather avoid > that if possible. >
Similar to a "wizard" style interface? This would be handy for complex models. > Also, I don't believe post_url would allow you to use something like > the new object id in your url. Now that would be useful! > > Joseph >