Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HOW TO CALL A JSP METHOD FROM ANOTHER JSP

843833Sep 17 2001 — edited Sep 18 2001
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2001
Added on Sep 17 2001
3 comments
212 views