Hi I have a zone and a form inside the zone. When ever I submit the form, I refresh the zone, so that user can add another object.
First time when I click on the save(submit) button in the form, *1 request*is going to backend and the desired object is saving properly. Form Id's and element ids are changing. Second time when I enter the values and click on save(submit) button, *2 requests* are going to backend which should not be the case. I am expecting only one request to go. Any Idea why 2 requests are going. When I try 3rd time, 3 requests are going..... If I try nth time n requests are going. -- Thanks & Regards Jagadesh