bodygaurd
<%ArrayList a= (ArrayList)request.getAttribute("my");
ArrayList b=new ArrayList();%>
idNameAddress
<%for(int i=0;i
May 22, 2013 at 11:52 AM
java Ajax
Connection con = null;
Statement stmt = null;
ResultSet rs=null;
PrintWriter out = response.getWriter();
ArrayList<ArrayList> a=new ArrayList();
try {
Class.forName("com.mysql.j
May 22, 2013 at 11:50 AM
mew 333
print("code
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
May 21, 2013 at 7:53 PM
data insertion and fetch 1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
Location
May 21, 2013 at 7:20 PM
my answer
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.Statement;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.DriverManager;
import java.sql.ResultSet;
import javax.servlet.RequestDispatcher;
import javax.servlet.Servl
May 21, 2013 at 5:00 PM
what is an ajax call?
can u please explain the correct usage of an ajax call in jsps and java script.
May 17, 2013 at 5:54 PM
what is an ajax call?
can u please explain the correct usage of an ajax call in jsps and java script.
May 17, 2013 at 5:54 PM
JSF
i am having two checkbox while clicking on the first checkbox 2 more radio buttons should come . if i am not checking the the second checkbox than radio buttons should not come.Please help me out .. I am pasting my code..
May 2, 2013 at 4:20 PM
How to easily send and receive recorders from database (in AJAX)?
Hi all,
I have a question, iam working in JAVA web application and can somebody please explain or give me an example how to send and receive recorders from database within a AJAX.
I couldt find anything related on this form.
Thanks
April 29, 2013 at 2:56 PM
how to operate on select box using ajax in struts2?
I am doing a project on struts2 in which i have a jsp page which has two select boxes like
<s:form action="">
<s:select id="d" name="dist" onchange="block();" list="dist_list" label="District" headerKey="
April 2, 2013 at 12:46 PM
Auto Search box using ajax
Hi , i want to implement auto search box functionality like google and linkedin using ajax,jsp,servlet, javascript etc.when the value appears on the textbox then we should also be able to select that value.I have seen so many of examples in jquery
April 1, 2013 at 12:59 PM
Dependant Dropdown Lists
Hello, I'm trying to create 2 dropdown lists. When the visitor chooses one option from the 1st list it will automatically update the 2nd dropdown. Ive already found some code which i edited but still it's not working.
March 31, 2013 at 7:36 AM
AJAX REGISTRATION FORM
I have implemented user name, check and state selection using ajax, in the html registration form. I am loading two XML documents for retrieving the data from the databass one for user name & one for state-district selection. If I implement th
March 16, 2013 at 12:19 PM
ajax code for jsp
How to write ajax code to retrieve information on to particular part of webpage when we select option from drop down box?
March 14, 2013 at 11:58 PM
i want to know how a slide will hide
when im click on the button then im getting a slide, but when im click on the another button this slide will be hide.. and here im using logic iterate to getting the values from action class.. please if u know any answer regarding this tell me...
February 14, 2013 at 2:39 PM
i want to know how a slide will hide
when im click on the button then im getting a slide, but when im click on the another button this slide will be hide.. and here im using logic iterate to getting the values from action class.. please if u know any answer regarding this tell me...
February 14, 2013 at 2:39 PM
How Can I get ArrayList of Data from jsp with ajax request
Hi,
I retereved 5 Employee Record of Data from Struts Action class to jsp with ajax response.
But I don't how how can reterve this dynamic 5 employee records to struts action class.
Plese tell me how to send this 5 employe
January 31, 2013 at 4:07 PM