I need one JSP file to read another JSP file into a String

Is there some efficient way to just read the URL e.g. using
URLConnection to localhost/my.jsp

Or is there some trick for one JSP to read another JSP page into a
String?

I want to do this efficiently (i.e. make sure it goes to the same
server not out to the network) and without paying for the bandwidth!

Thanks

Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to