where to write the code in jsp to translate into destroy() of servlet

generally, we write code in scriptlets and use expresions to generate code into service() of servlets when translate,,,,where we need to write the code in jsp to convert into destroy() of servlet at the time of translation
[229 byte] By [suresh007_mcaa] at [2007-10-2 5:38:20]
# 1
With jsp you should override the jspDestroy() method rather than servlet's destroy() <%! public void jspDestroy(){// do your stuff }%>
evnafetsa at 2007-7-16 1:48:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...