How can i set a String variable with the output of a JSP already loaded or
processed.

Here's the jsp page:

Example.JSP

<html>
<body>
Hello <%= request.getAttribute("Name") %>
</body>
</html>

So, i need this process to load and retrieve the JSP output:

String XXX = SomeProcess(Example.jsp?Name=ij)

So, finally XXX will contains:

XXX = "<html><body>Hello ij</body></html>"

_________________________________________________________________
MSN Photos es la manera m�s sencilla de compartir e imprimir sus fotos:
http://photos.msn.com/support/worldwide.aspx

___________________________________________________________________________
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