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 use of arraylist in java?
Explain where variables are created in memory?
How do constructors use this() and super()?
Explain serialization and deserialization in java?
What are the properties of thread?
Explain java code for recursive solution's base case?
What is the difference between class & object?
What are 5 boolean operators?
What about method local inner classes or local inner classes in java?
Java Compiler is stored in JDK, JRE or JVM?
What do you mean by flow of struts?
Does garbage collection occur in permanent generation space in jvm?
What is the use of keywords in java?
Can we extend private class in java?
Can you sort a string in java?