how to extends one jsp page to another jsp page with realtime
example?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what type of question will be asked in the interview in this software field?????///
What is session getattribute in jsp?
What do cookies mean?
Can we use jstl in html?
How does response sendredirect work?
What is jstl used for?
What is the difference between jsp and thymeleaf?
Which jsp implicit objects are thread safe?
How can the applets be displayed in the jsp? Explain with an example.
List all tags that are provided in jstl?
How can we avoid direct access of jsp pages from client browser?
What are the advantages of jsp?