From: Carlo Indolfi>
>Thanx for your help since now!!!
>But maybe I explained my problem not very well.
>I have a Servlet 'A' and a Servlet 'B'.
>Servlet 'A' is called and his flow begins.
>Servlet 'A' should stop his flow to call the Servlet 'B', and
>this could be performed using the .include instead of the .forward method.
>Servlet 'B' should perform an SQL Query and send back to the
>Servlet 'A' the ResultSet Object. Done this, Servlet 'A' should
>continue his flow...

I might be mis-reading what you want but it looks like all you should do here is have 
a helper class and not a servlet.  Tell the helper class what you want and wait for to 
give you the results.

Mike

___________________________________________________________________________
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