I am trying to design a jsp page where by a user enters the name of a field ( say father's name) and enters a value. I want to search the database and return all those possible student name whose father's name matches to the one entered by the user.
Now, the problem is this that i want to return all the names of the student in a row wise manner ( pretty much like how google returns a set of values when we search for anything ) with a little description. I also want to display the result in the same page in which the user entered the values.
How should i use servlets to accomplish this. Just a little outlook of the code would be helpful ??