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
When is finally block not called?
What is the purpose of the strictfp keyword?
What are unchecked exceptions in java?
What is a void method?
What is the simpletimezone class in java programming?
What is core java used for?
What are encapsulation, inheritance and polymorphism?
What is the access scope of a protected method?
difference between byte stream class and character stream class?
What are the disadvantages of using inner classes?
What does a method signature consist of?
What does flag mean in java?
What does || mean in vectors?
What is string builder?
What’s the difference between unit, integration and functional testing?