ArrayList is not retrieviable from request.getAttribute method(jsp/servlet)
hi
i m trying to retrieve a request Attribute which is a ArrayList object in previous page but it is not retrieviable in next page .this is happening well through
session.getAttribute()
i m not getting why this is happen.
i have added util.ArrayList also
Ayone help me

