I am trying to use a RequestDispatcher include with a
JSP page, it seems to be including the content above
the location where I have coded the include.  Any 
clues???

Below is my code
<%
RequestDispatcher rd =
request.getRequestDispatcher(pageName);
                                                 
rd.include(request,response);
%>

=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Scott

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to