Re: Solved -> Re: Create links to navigate back to last visited page

2008-09-12 Thread StanMoong
Solution can be found here: http://fat-tier.blogspot.com/2008/09/cancel-button-for-form.html On Sep 12, 6:08 am, integrator <[EMAIL PROTECTED]> wrote: > I am not satisfied with this solution. For instance when I edit an > item in the list and save the changes I want to go back to the list I > ha

Re: Solved -> Re: Create links to navigate back to last visited page

2008-09-12 Thread StanMoong
Hi, I had the same problem as you. I was not able to use javascript to redirect (using location.href), got error message about no access to the directory. The history.back() doesn't work too well for me because user could be trying to save but encounter validation error and after several times, de

Re: Solved -> Re: Create links to navigate back to last visited page

2008-09-11 Thread integrator
I am not satisfied with this solution. For instance when I edit an item in the list and save the changes I want to go back to the list I had before and not to e new list with a different ordering. Alse when I edit an item ,and I get an input error i can't go back to list with the javascript functi

Solved -> Re: Create links to navigate back to last visited page

2008-08-28 Thread draikin
Thank you all for posting solutions. I solved the problem with the JS solution from clemos. It works like I want and I will dare that some users of my applikation don't like JS. draikin On 25 Aug., 14:54, "Marcin Domanski" <[EMAIL PROTECTED]> wrote: > The Formhelper does NOT need JS :) > > As f