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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to call servlet when loading jsp page

843835Jun 20 2002 — edited Jun 20 2002
Hi All,
How to call servlet, when ever I load jsp page?

Thanks,
Bala.

Comments

843835
your question is not exactly clear to me.
There are many ways to communicate with Servlet from JSP, depending upon what you need to do.
like forward the request to Servlet, Redirect to Servlet or Submit to Servlet page.( just like you call jsp from jsp). because jsp's are nothing but Servlets in the background.
843835
your question is not exactly clear to me.
There are many ways to communicate with Servlet from JSP, depending upon what you need to do.
like forward the request to Servlet, Redirect to Servlet or Submit to Servlet page.( just like you call jsp from jsp). because jsp's are nothing but Servlets in the background.
the background.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 18 2002
Added on Jun 20 2002
2 comments
185 views