I forwarded the request from Servlet1 to Servlet2 using RequestDispatcher's forward 
method. While doing so, i set some Attributes to the request object in servlet1. when 
i tried to retrieve the attributes using Request.getAttribute(Name) i'm able to 
retrieve the values. However my call to Request.getAttributeNames() returns no output.


I want to loop through the request Attributes in a incoming request. Can u pls help me

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to