[Maypole] Problem with Cookbook Method
Perrin Harkins
perrin@elem.com
Wed, 12 May 2004 12:58:20 -0400
[ CC'ing the list ]
On Wed, 2004-05-12 at 12:41, Jim Abraham wrote:
> Actually, a redirect will not break the back button.
You're right, I was thinking of fake redirects with META tags or
JavaScript.
> As you
> say transaction ids are a good idea in general, but it still leaves the
> application logic undefined (where should the user be sent in this
> event?), not to mention the fact the it still confonts the user with the
> annoying "POST data..." message box.
I'm not sure there's a truly generic answer to this. Simon's
explanation in that section of the docs is a bit flippant, and it
wouldn't hurt to add more discussion of the pros and cons of different
approaches, if you are up for it. In general, I don't mind the user
getting that "POST data" message because, well, that's what you get for
doing something stupid, and it doesn't actually break anything.
- Perrin