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 extends one jsp page to another jsp page with realtime
example?

Answers were Sorted based on User's Feedback



how to extends one jsp page to another jsp page with realtime example?..

Answer / shravankumar prajapati

TEST1.jsp

<html>
<Body>
Befor InClusion

Enter Your Name
<Input Type="TextBox" Name="User"
Value="Prakash"/>
<%
<Jsp:include page="TEST2.jsp"/>
%>

After Inclusion
</Body>
</Html>

TEST2.jsp
<html>
<Body>
<%
String user=request.getParameter("User");
out.println("Welcome To Java"+user);

%>
</Body>
</html>

Is This Answer Correct ?    15 Yes 4 No

how to extends one jsp page to another jsp page with realtime example?..

Answer / kamma ashok

in java write the one jsp to another jsp.first we can
create the java server page in top side the first name
first submit and clear the submit automatically.in the
reference case the middle level lauguange the name must be
carried at the corresponding letter from one face to
another face.the name be saved at the local level.in
corresponding area the modules are changed.

Is This Answer Correct ?    1 Yes 0 No

how to extends one jsp page to another jsp page with realtime example?..

Answer / kamma ashok

To test the one jsp to another jsp by using the djsp.we can
arrange the parameters one by one.this is short cut method
to arrange the one jsp to another jsp.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More JSP Interview Questions

how to disable the expression language in a jsp?

1 Answers   Elite Construction,


Can we override the jspinit(), _jspservice() and jspdestroy() methods?

0 Answers  


Why are jsp pages the preferred api for creating a web-based client program?

0 Answers  


Why do we need custom tags in jsp?

0 Answers  


What is the use of session management?

0 Answers  


How do we configure init params for jsp?

0 Answers  


Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?

0 Answers  


Can we use methods in JSP? If so where the methods are stored in servlet class file?

6 Answers   Bodhtree, Cognizant, Persistent, TCS,


What is scriptlet, expression and declaration in jsp?

0 Answers  


Which two interfaces does the javax servlet jsp package have?

0 Answers  


How To maintain session ..?

3 Answers   TCS,


What is jstl (jsp standard tag library)?

0 Answers  


Categories