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

How do you sort in descending order in java using collections sort?

715


What are 5 boolean operators?

847


What is empty list in java?

836


What is java object name?

759


Is java an ide?

737


How do you reverse sort a list in java?

744


What are alternatives to java serialization?

827


What is a jagged array in java?

796


Is main a keyword in java?

756


How many bytes are there?

761


What is a singleton in genetics?

816


What is string example?

823


What is the role of garbage collector in java?

732


How to convert string to char and vice versa?

747


What is stack explain?

702