Kai Meder a écrit :
Hello,
everybody knows the form-POSTing problem if you hit the back- or
refresh-button: "the page has expired bla bla"...
i want to implement two methods:
editAction(): display form
_editAction(): process form and http-redirect back to editAction()
however, it seems that the routing-process kills the underscore in
"_editAction" and calls "editAction" instead.
any best-practice for the POST-problem?
thanks,
kai
Hi Kai,
you should this recent thread, it's well explained I think :
"Forwarding - Redirecting" initiated by Ian Warner
regards,
fred