|
Java™ by example!
|
|
|
How do I redirect a JSP page to another one?
use forward tag for ex. Redirecting page to logincorrrect.jsp:
 <jsp: forward page="logincorrrect.jsp/>
|
Further Information
Author of answer: sunny
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|