save « Button « JSP-Servlet Q&A





1. saving value selected in a list when submit button is clicked    stackoverflow.com

In 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 ...

3. how to save a result jsp page with save button?    coderanch.com

In 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.com

HI, 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 ...