when jspDestroy() method is executed while conecting jsp to database...?
View Answers
November 15, 2011 at 5:54 PM
The jspDestroy() method is called only once in JSP's servlet life time, when the JSP Engine removes the JSP's servlet from memory.
Related Tutorials/Questions & Answers:
JSP2 JSP2 when jspDestroy() method is executed while conecting jsp to database
Html/JavaScript code - JSP-Servlet Html/JavaScript code I have 2 JSPs JSP1 and JSP2.
1.in JSP1 i... to JSP2.
3.JSP2 has a return button on it, that redirects to JSP1.
4. My issue...--
${row.id}
--JSP2-- which has the return button and action leads