HOW TO CALL A JSP METHOD FROM ANOTHER JSP
843833Sep 17 2001 — edited Sep 18 2001Hi all, I have to JSP1 and JSP2 and i would like to call a method of JS1 from JSP2. Is that possible ??
Example:
JSP2 Code
somewhere in the code ...
String s = JSP1.getName();
out.println("EL NOMBRE ES " +s );
thanks in advance for your help