I am new to jsp and JSTL. I have a list of objects that I want to retrieve in a jsp page using jstl. How to put list of objects into request object? How to retrieve the request object in jsp page using jstl? How to retrieve the list of objects from request object and iterate through it in a jsp page using jstl? Thank you Garandi