Aatka Ali

Greenhorn
+ Follow
since Aug 24, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Aatka Ali

Hi All....!

Same problem i am facing i am new to java i am not using strust.. i am trying to create Ajax based application that using a Jsf and a Jsf page calling a servlet...the servlet is showing the dropdown list that displays the name of the user in form of the list as i typed A in the text box of my page the All user name starting with alpabet 'A' must come in the drop down list ...

Code i am sending is working but the drop down list is not displaying

i am using a JSF page home.jsp




my servlet is HintSevlet.Java

12 years ago
i want to display the table using servlet on the web page, i have used the servlet dopost method, i just want to print the list on the web page, i want to print suggestions like i write 'a' in the text box corresponding list items must display using ajax script..but initially my table in the servlet is not printing after that i will apply the conditions of ajax, the list only prints on comand prompt using system.out.println() but it is not printing on the web page.
12 years ago
My servlet is just working on console not printing table on the page is there any solution










12 years ago
I want to display the table on my page using servlet, i have used servlet to create AJAX, the problem is the Table is not printing on the page for the suggestion, i want to make it

My code is for the

home.jsp



and Servlet is

12 years ago