I don't know if this'll work, but this is what Google search seems to find me:
http://stackoverflow.com/questions/1189094/jsp-compilation-to-string-or-in-memory-bytearray-with-tomcat-websphere (From this search: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=render+jsp+output+to+string ) Can you let us know if it solves your problem? On Thu, Aug 12, 2010 at 9:53 AM, Marc Hacker <[email protected]> wrote: > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
