adspace
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
What is a classloader in java?
How to create a base64 decoder in java8?
What are the differences between heap and stack memory in java?
explain different ways of using thread? : Java thread
What is parsing in java?
Explain public static void main(string args[]) in java.
Differentiate between static and non-static methods in java.
What do you mean by an interface in java?
Realized?
What is the difference between break and continue statements?
What is a constructor overloading in java?
What is an object in java and how is it created?
Is minecraft 1.15 out?
Write a program to find the whether a number is an Armstrong number or not?
How to sort array in descending order in java?