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


Please Help Members By Posting Answers For Below Questions

What are the uses of synchronized keyword?

741


How do you sort arraylist in descending order?

779


How many boolean functions are there?

728


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

812


Have you ever used hashtable and dictionary?

788


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

826


What are the topics in advance java?

713


What is java string pool?

764


How do singleton patterns work?

729


What is OOP's Terms with explanation?

864


What is identifier give example?

785


Define inheritance?

781


What is the benefit of singleton pattern?

746


Can we execute java program without main method?

733


How can you add and remove nodes in jtree?

803