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

Difference between overriding and overloading in java?

575


What is functional interface in java example?

530


Is set ordered?

535


What is exception in java?

563


What do you understand by casting in java language?

573






What is a class variable?

566


What are wrapper classes in java?

594


Enlist few advantages of inheritance?

580


What is the purpose of sizeof operator?

526


What is return in java?

552


what is meant by HQL?

639


Why local variables are stored in stack?

496


Can you explain inner class.

588


What are the different ways of implementing thread? Which one is more advantageous?

532


how to create daemon thread in java?

602