adspace


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 is a classloader in java?

1096


How to create a base64 decoder in java8?

1144


What are the differences between heap and stack memory in java?

1151


explain different ways of using thread? : Java thread

1089


What is parsing in java?

1046


Explain public static void main(string args[]) in java.

1084


Differentiate between static and non-static methods in java.

1131


What do you mean by an interface in java?

1107


Realized?

2272


What is the difference between break and continue statements?

1131


What is a constructor overloading in java?

1131


What is an object in java and how is it created?

1147


Is minecraft 1.15 out?

1049


Write a program to find the whether a number is an Armstrong number or not?

1107


How to sort array in descending order in java?

999