Re: request.getParameter & request.getAttribute
Posted By:
rajesh_radhakrishnan
Posted On:
Friday, January 14, 2005 03:40 AM
request.getParameter
in this case it returns a String and this is use when we want to retrieve some thing from query string or posted data.
request.getAttribute
in this case it returns an object and in this case it embed the value into the request object.
rajesh radhakrishnan
rajeshr@sapo.pt