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
Explain about complier design(phases)
What is a nullable field?
What are the drawbacks of reflection?
What are advantages of exception handling in java?
What is the r character?
What is meant by singleton class?
What is double parsedouble in java?
What is difference between length and length() method in java ?
Difference between java and javascript
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is the difference between replace and replace all?
What is a function in java?
How dead lock situation occurs in java and how you can identify it?
Differences between C and Java?
How a string is stored in memory?