On Mon, Jun 30, 2003 at 02:44:22PM -0400, Mark Bucciarelli wrote:
> however, it's not clear to me how using form tokens would help.
>
> from a user experience, if they click save, back, then save again, the
> second save click should have the same behavior as the first. at
> least that would be this user's expectation.
I guess it's a matter of opinion. IMHO, the user cannot expect to use
the back button to go back and re-submit a form that modified the DB.
Maybe that opinion is a result of working on systems were the forms are
data driven.
In any case, I don't like the underscore in the path. We generally use:
/something/new
/something//
/something//edit
etc.
Neil