Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Gerritt Bakker   on Feb 28 In Java Category.

  
Question Answered By: Jo Fowler   on Feb 28

From 1st jsp  page redirect to 2nd jsp..
don't have HTML related things in this page..
There is no need for this..
After processing something,send the execution to 3rd page..


Example

1.jsp
-----
Response.redirect("/2.jsp")

2.jsp
-----
After processing something..
Response.redirect("/3.jsp")

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on problem with jsp Or get search suggestion and latest updates.


Tagged: