Hi, sorry, I wasn't being very clear...
I thought I should reply and say thanks, in doing so I didn't really think about what I was saying...
My employer wants everything done using JAVA, a form posts to a
jsp page which then calls various functions in several java classes, setProperties and so on...
I'm not really sure about the best way of going about this so just experimenting...
If JavaScript is out of the question then that would completely exclude AJAX as a solution as far as I can see.
That leaves? Forgive my ignorance on this subject, I can pick up most things without any examples (no one else here seems to know enough for this type of thing) I'm stabbing in the dark with the knowledge I have and learn through trial and error.
I thought I would be able to directly request the page using JAVA passing the relevant querystring using the Socket class or something similar, and then receive the result as XML and use something like SAXBuilder to read the received stream and convert to manageable XML.
Something like this to read in the response, BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
Am I wrong in that conclusion?
[ May 10, 2007: Message edited by: James Bukowska ]