Thanks for posting the answer,But my actaul problem is that when i selected a row and clickon a modify or delete etc button i have to go that page and i want that selected id value...
In form action their is a servlet action when i clickon a button it is going to 1st setAction(1,this)and soon .. method ,in that method i am setting a act value.When this page is submitted it is going to servlet their i am getting a act value and this act value is used in a switch(act),so it is fetching a respected cases.In that case i am calling a jsp by using a response.sendRedirect("./jsp/delete1.jsp"); then it sis going to that jsp where i need a id values and getting from
But i am getting a null values their so please help me sir...
Harini Veerapur.
June 17, 2010 at 5:01 PM
Hi Friend,
You can use the following code:
1)form.jsp:
<%@page import="java.sql.*"%>
<%
Class.forName("com.mysql.jdbc.Driver");
Connection connection = DriverManager.getConnection("jdbc:
mysql://localhost:3306/test";, "root", "root");
Statement st=connection.createStatement();
ResultSet rs=st.executeQuery("SELECT * FROM email");
%>
<form name="mesdetails" onsubmit="return setaction();" ><input type="hidden" name="act" value="" />
<table class="ContentTable" id="results">
<%
while(rs.next()){
%>
<tr>
<td align="center" valign="middle"><input type="hidden"
value="<%=rs.getString(1)%>" name="Id"><input type="radio" name="checkBox" value="<%=rs.getString(1)%>" class="inptCheck" /></td>
<td align="center" valign="middle"><%=rs.getString(2)%></td>
<td align="center" valign="middle"><%=rs.getString(3)%></td>
<td align="left" valign="middle" style="padding-left:5px;word-break:break-all"> <a href="#" name="tip"
class="tip"><%=rs.getString(4)%><span> <%=rs.getString(4)%></span></a></td>
<td align="center" valign="middle"><a href="<%=rs.getString(5) %>" name="tip" class="tip"><%=rs.getString(5)%><span><%=rs.getString(5) %></span></a></td>
<td align="center" valign="middle"><%=rs.getString(6)%></td>
<td align="center" valign="middle"><%=rs.getString(7)%></td>
</tr>
<%
}
%>
<td colspan="2" align="center">
<input type="submit" class="inptButton" name="b" value="New" >
<input type="submit" class="inptButton" name="b" value="Modify" >
<input type="submit" class="inptButton" name="b" value="Delete">
<input type="submit" class="inptButton" name="b" value="Test Mail" >
<input type="submit" class="inptButton" name="b" value="Approved And Send To All" >
</td>
<input type="hidden" name="selectedRecord" value="true"/>
</form>
<script type="text/javascript">
var pager = new Pager('results', 10);
pager.init();
pager.showPageNav('pager', 'pageNavPosition');
pager.showPage(1);
</script>
<script type="text/javascript">
function setaction() {
var d=document.mesdetails;
var op = -1;
var ch="";
for (i=mesdetails.checkBox.length-1; i > -1; i--) {
if (mesdetails.checkBox[i].checked) {
ch = document.mesdetails.checkBox[i].value;
op = i; i = -1;
}
}
if(mesdetails.checkBox.checked){
op=i;i=-1;
}
if (op == -1) {
alert("You must select a radio button");
return false;
}
d.method="POST";
d.action="info.jsp";
d.submit();
return true;
}
</script>
2)info.jsp:
<%
String id=request.getParameter("checkBox");
String bname=request.getParameter("b");
if(bname.equals("New")){
out.println("This is button 'New' and id: "+id);
}
else if(bname.equals("Modify")){
out.println("This is button 'Modify' and id: "+id);
}
else if(bname.equals("Delete")){
out.println("This is button 'Delete' and id: "+id);
}
else if(bname.equals("Test Mail")){
out.println("This is button 'Test Mail' and id: "+id);
}
else if(bname.equals("Approved And Send To All")){
out.println("This is button 'Approved And Send To All' and id: "+id);
}
%>
Thanks
Related Tutorials/Questions & Answers:
How to get an Id vaue - JSP-ServletHow to
get an
Id vaue Dear Sir ,
How to
get an
Id value of a column when it is select ,i have to
get an perticular rows
Id value .I have... row i have to
get a particular rows
Id value.how to do this sir .I done
How to get an Id vaue - JSP-ServletHow to
get an
Id vaue Dear Sir,
Thanks for posting... or delete etc button i have to go that page and i want that selected
id value...("./jsp/delete1.jsp"); then it sis going to that jsp where i need a
id values
Advertisements
How to get Button Id ?How to
get Button
Id ?
How to
get Button
ID instead of its value in Servlet.
(I am not using jsp right now
janusgraph get vertex id - how to get id of vertexjanusgraph
get vertex
id -
how to
get id of vertex Hi,
I want to
get the ids of each Vertex.
How to
get id of vertex?
Thanks
Hi,
The
id property is used to
get the
id of the Vertex in JanusGraph.
On the graph
Get Session Id
Get Session
Id
... in
understanding
Get Session
Id .In this example we import a package... the information of the user. The servlet include the
class
Get Session
Id,Inside
How to print UIButton idHow to print UIButton id
How to
get the
id of the button in the IOS application?
Thanks
Hi,
You can use the following code:
- (IBAction)btnClicked:(
id)sender {
UIButton *button = (UIButton *)sender;
int
Get Session Id Get Session
Id
... the session
id which was generated by the container.
HttpSession session.... There is no need to
generate the unique session
id. There is no need to make
get details of employee after enter the emp_idget details of employee after enter the emp_id
how to
get employee details after entered the emp_
id from database
after that we have three more option add new,modify and delet employee
Please visit the following
get details of employee after enter the emp_idget details of employee after enter the emp_id
how to
get employee details after entered the emp_
id from database
after that we have three more option add new,modify and delet employee
Please visit the following
how to retrieve all id in elasticsearchhow to retrieve all
id in elasticsearch Hi,
I am using elasticsearch to store text data and perform search.
I want to
get all ids in elasticsearch.
how to retrieve all
id in elasticsearch?
Thanks
Hi,
You can use
how to retrieve all id in elasticsearchhow to retrieve all
id in elasticsearch Hi,
I am using elasticsearch to store text data and perform search.
I want to
get all ids in elasticsearch.
how to retrieve all
id in elasticsearch?
Thanks
Hi,
You can use
ID using get the databse latest value and displayed in jsp ID using
get the databse latest value and displayed in jsp I have... in the form (it means latest values) ...
how to retrive that values using
ID and displayed in preview.jsp page . so technically pass the new
id and display the values
how to validate national ID numberhow to validate national
ID number hey guys,
plz send me a code
how to vlaidate national
ID number using jtextfield.
in
ID num thers 9 numbers +V.the V letter is included at the end of the numbers.
ex:123456789V
i don knw
how Java example program to get the object's ID
Java example program to
get the object's
ID
java
get Object
id
In java there is no any specific method that provides
us the object's
ID. But each object has its own unique
idid
how to find date of birth and gender in
id in html with the help of javascript
how to get UIView by taghow to
get UIView by tag In IOS application
how to
get a view by the tag
id?
Thanks
Hi,
You can
get this with the help of the function 'viewWithTag''.
Following example code is getting the UILabel object from
How to code a Product id search engine?How to code a Product
id search engine? I always wonder
how people... store(just showcasing, we don't sell) each with a specific
id. I am trying to code a search box that let users search products with
id.
Suppose, "If an user enters
[JSP] How to pass back ID to previous page.[JSP]
How to pass back
ID to previous page. Hi experts,
May I ask something.
How to link a page to previous page which the content in previous page is selected from database where IDPRODUCT=".
I don't know
how to pass back
How to get data datagrid ?How to
get data datagrid ?
How to
get data datagrid in jsp from arrayList in java?
Code in java
CategoryDao dao = new CategoryDao...="#FFFFFF">
id_Category</font></td>
<td bgcolor="#888888
how to get radio value how to
get radio value
how to retrive the option value and insert the next table pls
give example
How to get project pathHow to
get project path my problem is,i have one jar file,in that one xml is their,i am adding this jar file to my project,my question is
how i can open or
get that xml path
How to get project pathHow to
get project path my problem is,i have one jar file,in that one xml is their,i am adding this jar file to my project,my question is
how i can open or
get that xml path
How to get Java SDKHow to
get Java SDK Hi,
I have purchased a new computer and installed windows 7. Now I have to
get the Java SDK and install on my computer for developing and testing Java programs.
So, can anyone tell me
How to
get Java SDK
How to get factorial in mysqlHow to
get factorial in mysql Hi,
In order to improve the speed of my queries, one in particular tries to find matches between multiple tables, I am trying to use prime numbers to speed the process, but I have been googling
How to Get this OutputHow to
Get this Output 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
Done It
public class star
{
public static void main(String[] args)
{
for(int i=1;i<=5;i
How to get the Day nameHow to
get the Day name Hi,
I am a beginner in Java and new to this web world as well. have a requirement to implement in my assignment project as below:
We need to add the days in input date such that it create the date
How to get involved
How to
get involved
Shopping cart application gives you many opportunities... Application
Report bugs and request features and enhancement
Get familiar
How to get a values - JSP-ServletHow to
get a values Dear sir,
I have a one form... getting a null value aprt from a attachmented file,so
how to
get a other values...";
action = "get.jsp";
name = "form";
id = "form
What is VPN and How to get it?What is a VPN and
How can you
get it?
Today, VPN is very popular among.... In this post we are going to learn What is a VPN
and
how you can
get it for your home... as an internet gateway.
How to
get a VPN?
There are few free VPN services
What is VPN and How to get it?What is a VPN and
How can you
get it?
Today, VPN is very popular among.... In this post we are going to learn What is a VPN
and
how you can
get it for your home... as an internet gateway.
How to
get a VPN?
There are few free VPN services