how to connect one jsp page to another jsp page????
Answer Posted / murali
we can forward a request from one jsp to anothe JSP in the
following ways:
1.include directive i.e <%@ include file="xxx.jsp" %>
2.jsp:include action tag i.e <jsp:include page="/xxx.jsp"%>
3.jsp:forward action tag i.e <jsp:forward page="/xxx.jsp"%>
| Is This Answer Correct ? | 85 Yes | 24 No |
Post New Answer View All Answers
Is an array a vector?
Is empty string in java?
What are the elements of java?
What are the legal operands of the instanceof operator?
Which method must be implemented by all threads?
What is difference between string and new string?
what are three ways in which a thread can enter the waiting state? : Java thread
I want to store more than 10 objects in a remote server? Which methodology will follow?
Why javac is not recognized?
can any body body expalin best definitions & best real time exaples for opps concepts.
Explain the importance of import keyword in java?
Can you achieve runtime polymorphism by data members?
Define linked list and its features with signature?
Give few examples of final classes defined in Java API?
What is a methodologist?