Hi all,
  Can anyone help me how to call a JSP from a servlet.

1.)  I've tried with "callPage" but I'm getting  ClassCastException at
this step:

        ((com.sun.server.http.HttpServiceResponse)
res).callPage("/DisplayData.jsp", req);


2.) I can call a JSP page with sendRedirect but I can't send the
information from servlet to this page.
        Is it possible to send info from servlet thru sendRedirect. If
so,pl
let me know.

Help me out.

Thanks in advance,
Chary

___________________________________________________________________________
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