Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is oops in java?

1068


Explain reverse a linked list recursive java solution?

1045


What is a numeric string?

1075


Does every java program need a main?

1032


What do you mean by pointer value and address?

1094


What is a class variable?

1098


What is a java developer salary?

1027


What is basic syntax?

1111


Is arraylist an object in java?

1229


What is assembly used for?

1061


What is exception hierarchy in java?

1073


What is the difference between scrollbar and scrollpane?

1131


If you do not want your class to be inherited by any other class. What would you do?

1071


What is the difference between a loader and a compiler?

1090


What is the difference between comparison done by equals method and == operator?

1063