Hey guys, I am having an issue with the dispatcher forwarder. When I forward to a page, if the original page (pre-forward) was a post, then if the user refreshes the page, it will post again. Is there a way to truly forward to a page? or am i just using bad practice here.
This is my basic problem
/account/view/21 <-- viewing account 21.
/account/addSetting/ <-- user interacts and sends post to below.
/account/addSetting/ fowards user back to /account/view/21
however in this scenario, if the user hits refresh, they will repost to /account/addSetting