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 do you mean by boolean?

583


What is a buffer in java?

577


Can this keyword be used to refer static members?

557


Is treeset sorted in java?

592


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

1611






What are the four pillars of java?

620


What is mean by exception?

560


Why java is platform independent? Explain.

609


How does regex work?

534


If a method is declared as protected, where may the method be accessed in java programming?

502


How will you reverse a link list without using recursion?

605


Is jdk required on each machine to run a java program?

765


How many types of equations are there?

552


Differentiate between postfix and prefix operators in java.

652


What exactly is a .class file?

585