Christian Bollmeyer wrote:

[snip]
1. You've reached the end of a processing chain
and want to leave the user at a determined
application state, a point from which he may
start another interaction with the application,
but everything else is done and finished.
Such as redirecting to the starting page
after a 'wizard' has completed.



A variation on this same theme is if you want to leave the user a point at which they can save a bookmark to this spot in your application, you need to use a redirect. Otherwise, the URL being bookmarked will not be correct (it will be the URL to which the last form submit occurred, rather than the page being displayed).

Craig


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to