Ezzel a dátummal: Tuesday 29 January 2008 10.38.08 Xavier Vidal Piera ezt írta: > Great work with ZF 1.5 !! > > By the way, i've started to experiment with Zend_Form and I find it more > intuitive than his counterpart (Pear Quickform) to me. But one thing i > would like to have in a near future, is the ability to implement the > Post-Redirect-Get pattern with Zend_Form. > > Now, with Zend_Form you can POST to the same action or to another one, but > the problem arises when someone hits the "reload" button in his browser, > showing the nasty "Caution: you are about to send a form again...bla > bla..." message. > > May be could be a good idea to implement a Session container and save the > form data into, using a special ID for each form. So, if the action > processing the form sees is not valid can make a 'redirect' and the Form > Component can redraw the form with session data, validation errors, etc.... > > Yes, i know it's not a major issue, but i hate the 'double submit' message. > Now i'm working with Ajax and encrypted tokens to avoid double submits > (accidental or not), but i don't want to rely always on javascript.
Hi! My staff solved this problem few years ago in PHP4. In this time is an upgrade time to PHP5. The resolve is what you wrote - session container, and really fullscreen browsers without Forward, Back and Reload buttons. The users can use only the application links. This application is a local government ERP with ~2000 users and my experience is the next (i'm the support leader): the users not use hotkeys (CTRL-R), they don't know what is the hotkeys :) András ps: sorry my english -- -- Sayusi Ando - http://sayusi.hu - Csányi András -- -- "Bízzál Istenben és tartsd szárazon a puskaport!" - Cromwell --
