> >-----Original Message-----
> >From: Iv�n Escobedo [mailto:[EMAIL PROTECTED]]
> >So, i need this process to load and retrieve the JSP output:
> >String XXX = SomeProcess(Example.jsp?Name=ij)


URL url = new URL(<server URL containing JSP>);
URLConnection con = url.openConnection();
Object obj = con.getContent();

Is this it? Otherwise sorry to add to the confusion :-)

das

___________________________________________________________________________
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