How to save multiple form data using one submit button
问题 In my jsp page I have two forms.one form action goes to save_product servlet and other one is goes to save_images servlet. There is only one submit button. when click submit button first I want to save products and then want to save images. I tried it using jQuery and Request.getRequestDispatcher(String).forward() .but it is not succeeded. This is my jsp: <button type="submit" class="btn btn-default" id="formsave1">Save</button> <div class=container> <div class="panel"> <form action="../save