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 an escape character in java?
Why is core java important?
How we can run a jar file through command prompt in java?
Tell some latest versions in JAVA related areas?
How to change value in arraylist java?
What are the various access specifiers in java?
What are peerless components in java programming?
What does a boolean method return?
What does java se mean?
Can constructor be inherited?
How many types of gc are there in java?
What do you understand by the term polymorphism?
What is the purpose of abstract class?
What does it mean to be immutable?
What is gc()?