hope it helps.
Carlo Indolfi wrote:
> David Mossakowski wrote:
>
> > Sure it's possible.
> >
> > If you want to send ResultSet from AServlet to BServlet:
>
> 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.
create ResultSet here and put it into request. The do include(BServlet). The
control is passed to BServlet
> 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
B does SQL and fills ResultSet class
>
> Servlet 'A' the ResultSet Object. Done this, Servlet 'A' should
> continue his flow...
Control comes back to A and it has a filled ResultSet for further processing.
>
>
> How can I perform that??
>
> Thank's in advance
> Regards
> Carlo
>
> ___________________________________________________________________________
> 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
--
David Mossakowski [EMAIL PROTECTED]
http://www.dwdog.com/styk 212.310.7275
"I don't sit idly by, I'm planning a big surprise"
F U G A Z I
___________________________________________________________________________
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