PDA

View Full Version : how to read out servlet response string



bhomass
28 Mar 2009, 5:56 PM
I know how to use ContentPanel.setUrl() to display a html page.

what I want is then to read out the page source, in order to insert it into a TextArea for editing.

alternatively, if there is a way to call the servlet and read the response string directly, it is also ok.

can someone please help me with doing this either way?