pass a variable(friends name) through a hyperlink in to another jsp.
hi friends,
i am developing a site in jsp.
i have some problem,plz tell me the solution.
problem:
in the welcome page where friends name is show i write this code:
while(resultset.next())
{
%>
<a href="home2.jsp?value=friend_name1">
<%=resultset.getString("first_name") %></a>
<% String friend_name1=resultset.getString("first_name"); %>
<%System.out.println(friend_name1);%>
<%}
by this code user friends is shown,and make a link,when i click on a friends name for showing friend profile,
there is a error,by this error profile is not showing,
i found this error,profile is not showing bcoz when i click on a friends name,all friend name is passed in to the next page,but i want to pass a specific friend name which i was clicked,plz tell me how i do this?
thanks.
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
JSP Variable in Javascript
you to
pass jsp variable to javascript. The JavaScript
include a function... are going to
pass the
jsp variable to javascript. You can
see in the given example...
JSP Variable in Javascript
 
you pass a variable by value.
you
pass a
variable by value. How do you
pass a
variable by value?
Hi
friends,
Just like in C++, put an ampersand in front of it, like $a = &$b
/*--------------
Pass By value----------------*/
function add
Passing Parameters to Another JSP Page
Passing Parameters to
Another JSP Page
By using the include action we can
pass the parameters
to
another jsp page..." >
<
jsp:param
name="name2" value="James"
Pass a dom object from jsp to servlet
Pass a dom object from
jsp to servlet I am creating a dom object in my
jsp page.
now i want to
pass that object in a servlet
through calling servlet in
jsp.
can anyone help me
JSP Create Variable
JSP Create
Variable
JSP Create
Variable is used to create a
variable in
jsp. The scriptlets
include a java code to be written as <%! %>
how to pass a string from one class to another
in " +
name);
System.out.println (
name);
// System.out.println("
Another Class...how to
pass a string from one class to another hi all, Good morning. I am trying to develop a coding
pass a string from one class and declare
how to change password into one jsp to another jsp
how to change password into one
jsp to
another jsp i have two jsps in one
jsp i give one password and confirm password, in
another jsp i want change my password compare with 1st
jsp how to write code please give me answer?
 
Pass values from form to form
Pass values from form to form
Java program to
pass values from one form to
another
form in
JSP
There are many occasions when the programmer need to
pass some value to many
database through jsp
database
through jsp sir actually i want to retrieve the data from... are there in the database?
thanks
Here is an example of
jsp which retrieves data from...;html>
<body>
<br><br>
<form method="post"
name="form">
jdbc connectivity through jsp
jdbc connectivity
through jsp my code:
<%@ page language="java...
org.apache.jasper.JasperException: An exception occurred processing
JSP page /mypage.jsp...)
org.apache.jsp.mypage_
jsp._jspService(mypage_jsp.java:105
Extracting variable from jsp
Extracting
variable from jsp how to Write a java program which...;
<body>
<form
name="userform" method="post" action="excelFile.jsp">
<table>
<tr><td>Enter First
Name:</td><td><
How to pass an arraylist from servlet to jsp?
How to
pass an arraylist from servlet to
jsp? Hello,
Can anyone please tell me how to
pass an arraylist from servlet to
jsp? I have two arraylist... servlet to
jsp?
Thanks in advance
hyperlink
hyperlink I have a .xls file and i want the code to open this .xls file in read only mode when i click on a
hyperlink,it should not not be editable,please send me the code
How to pass multiple values from a servlet to JSP?
How to
pass multiple values from a servlet to
JSP? hi, I want to
pass multiple values form a servlet to
JSP.
Hw do i do that?
I am able to send one value at a time without any prb, but I am unable to carry multiple (from two