If I grab a request dispatcher, can I append extra parameters to be used
at the destination?

Original request: /app/RDServlet?id=3446

RequestDispatcher rd =
_context.getRequestDispatcher("/jsp/handler.jsp?ar=html");
rd.forward();

Is this legit to do?

Jacob Hookom 
Comprehensive Computer Science 
University of Wisconsin, Eau Claire 



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.380 / Virus Database: 213 - Release Date: 7/24/2002
 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to