i have signup page when i first submitting the data in form action i am sending it to a servlet before submiting my url is **Localhost:\Shop
**
<form action="signup" method="post">
and in this servlet i have businesses logic after submitting it i am forwarding it to my index page by
` request.getrequestdispatcher("index.jsp").forward(request,response);
now my URL is localhost:\Shop\SignUp now when i refresh this page it gives me warning
Confirmation Form Resolution
How do i avoid this problem ????