How do u pass data from one jsp to another jsp?
Answer Posted / shaik syed basha
You can pass parameter names and values to the target file
by using a <jsp:param> clause. An example of this would be
passing the parameter name username (with name="username")
and the value scott (with value="scott") to a servlet login
file as part of the request. If you use <jsp:param>, the
target file should be a dynamic file that can handle the
parameters.
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How do you sort in descending order in java using collections sort?
What are 5 boolean operators?
What is empty list in java?
What is java object name?
Is java an ide?
How do you reverse sort a list in java?
What are alternatives to java serialization?
What is a jagged array in java?
Is main a keyword in java?
How many bytes are there?
What is a singleton in genetics?
What is string example?
What is the role of garbage collector in java?
How to convert string to char and vice versa?
What is stack explain?