I don't kbnow if is correct user params in method forward. With
Jrun 3.0 is correct because  this method is ok, but other how iplanet this
method is not ok and not redirect .

Could we help me? is ok or not ok put the params in uri for methos forward ?


Ex.:
        - My example is :

                String url = "/page/test1.jsp?name=pepe";
                ServletContext sc = config.getServletContext();
                RequestDispatcher rd = sc.getRequestDispatcher(url);
                if(rd != null ) {
                        rd.forward(request, response);
                }

Many thanks

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to