Thanks Bryan, unfortunately this did not work either, with or without the ":" directly after "after-submit". I always end up on the show page after editing an entry in my model, but I want to end up back on the index page.
On May 7, 2:43 pm, Bryan Larsen <[email protected]> wrote: > after-submit is a tag, not a parameter, try it without the ":" (but > remember, you can't mix tags & parameters): > <after-actions:> > <after-submit: go-back/> > </after-actions:> > > Bryan > > > > > > Jeremy Savoy wrote: > > Can't seem to get this working right. I extended my form tag in > > application.dryml and added > > > <after-submit: go-back/> > > > To no avail. > > > I found Henry's post about adding this to every controller action you > > want to go back for: > > > session[:previous_uri] = request.request_uri > > > Is this a requirement? I did not see this in the after-submit > > documentation, and his post was about a year ago. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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 > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
