frederic wolf wrote:
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?

you should this recent thread, it's well explained I think :
"Forwarding - Redirecting" initiated by Ian Warner
i know about the differences and it does not answer my question.

nevertheless thanks for the reply,
kai

Reply via email to