1. saving value selected in a list when submit button is clicked stackoverflow.comIn my JSP I have a dropdownlist and a submit button when clicking the submit button I lose the value already selected in my list. I am using the jstl because i ... |
2. saving the details in when i click next and previous buttons coderanch.com |
3. how to save a result jsp page with save button? coderanch.comIn my application in the display page i have a submit button. once i click it, it will go to the result page where all the employee details are displayed. Now i want to keep a save button in the result page and save that page to a particular directory once i click the save button. How can i do it ... |
4. Save button in JSP page coderanch.comHI, Images you see on a web page are stored in a temp directory by the browser. To save the links to them you'd have to include the new relative path (from the saved html file to that temp directory - which can vary depending on browsers and OS). But even then you'd be at the mercy of browser features that ... |
5. On hitting 'save' button in jsp, the page is getting stuck coderanch.com |