sending data to jsp from servlet

Dear Programmer,in a servlet i have a resultset having 500 records, now i want to display all this 500 records using a jsp, can u please tell me how to pass information to JSP from my servlet.Thanking You.
[226 byte] By [narayanasgsa] at [2007-10-2 10:44:06]
# 1
Put the results into the request scope, then forward the page to the JSP, which takes the results from the request scope and displays it.
stevejlukea at 2007-7-13 2:54:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...