LearnCodeWithDurgesh / scm2.0

scm project [smart contact manager 2.0]
22 stars 16 forks source link

Confirm Form Resubmission #1

Open Puneetsharma5525 opened 1 month ago

Puneetsharma5525 commented 1 month ago

image

Jab Hum Thymeleaf me Post Method ka use karte hai tab . Confirm From Resubmission ka Pop up ata hai. isko kaise remove kare make new video . Please Make New Video For This issue.

Thanks.

LearnCodeWithDurgesh commented 1 month ago

Explain your flow. where you are using post method? we have used post method in project many times but not got any. such message.

Puneetsharma5525 commented 1 month ago

Explain your flow. where you are using post method? we have used post method in project many times but not got any. such message. Plese Check :- https://screenrec.com/share/FHe0zdUEJw

image
azan-java commented 1 month ago

This is not a problem; this is how the browser acts when you use the POST method. To avoid this popup while getting a validation error, you can redirect the user to the GET method, e.g., return "redirect:signup"