I happened to the problems in my application,would you please give me
some idea?
one feature for my application is:cut the branch from the tree in the
upper frame and show the cutted branch in the bottom frame.So the upper
frame will be upper.jsp,the bottom frame will be bottom.jsp.

When the action.equals("cut")
I get two vectors,one for the upper frame,the other for the bottom
frame,if I want to use
String url=��.jsp�
ServletContext sc=getServletContext();
RequestDispatcher rd=sc.getRequestDispatcher(url)
Rd.forward(req,res)
It's  impossible to forward two vector to different jsp file.
Does anyone has some experience before?thanks in advance.
C.S.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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