Hi all,
        I'm not exactly sure how this should be handled. I have a page that
looks up a value that is passed to it through header information.
So I'm doing a request.getHeader("blah");
        This is working fine until I try to make a false intro page that
leads to that page. In my false page I do a response.setHeader("blah"
"myvalueforblah"); and then do a
request.getRequestDispatcher("mypage").forward( request, response ); But I
cant pick up that header blah.
        What am I doing wrong? How do I send header information to another
page? Anyone have an example of using the headers to pass application
specific values?
Thanks,
-Tim

___________________________________________________________________________
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