Ok, thanks Peter. So I'm guessing that most people have an if with an
else statement in their listener where one catches errors (and re-
shows the form with error messages) where as the other shows the
success page. My only issue with having an announceEvent on success is
if the user refreshes the page it will re-run all the save logic and
create duplicate records where as after a redirect a refresh would
just refresh the success page.
On Dec 4, 9:50 am, "Peter J. Farrell" <
pe...@mach-ii.com> wrote:
> This is expected behavior since <redirect> is a specialized form of
> the your CFML's engine <cflocation> tag:
>
>
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/wiki/ConfigFileExpla...