Thankyou everybody.
 Mr Bhangale, I finally understood what was happen with my JSP page and its 
transformation
into a servlet with just one method called service().
I tried the suggestion of you all and it worked, although i wrote the code like this 
(please,
let me know wether it is a good practice or not) :

<%!
String v1, v2...;
function recursive() {
    // I use v1, v2 hire

}

%>

<%
v1= session.getAttribute("v1");
v2= session.getAttribute("v2");
...
recursive();
%>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to