does not sound all that simple to me. Calling a servlet is not the problem, but assigning its output to a string all the more - after all the servlet writes to the output stream of the servlet request. You would have to somehow replace the request object before calling the servlet, which I dont think is a cool proposition.. Why are you doing that anyway?
----- Original Message -----
Sent: Monday, November 06, 2000 10:22 PM
Subject: calling servlet from jsp

 
    I have a feeling that the answer is right under my nose, but for all my searching and head-scratching, I can't seem to figure it out...  I want to call a servlet from a JSP page, and assign its output to a Styring variable....  I assume that this could be done from a javabean or EJB as well, but I have not been able to find any documentation or examples of this procedure anywhere.  Can anyone lend a hand or point me in the direction of some resources on this?
 
Thanks,
 
Derek Akers
Internet application Developer
Eldan Software
www.eldan.com

Reply via email to