I am a newbie to JSP., i would like to pass some informations (like
name, email id, and other strings) collected in the GUI of my java
application to a JSP . any suggestions on how to do this or any code
snippets for this..
Luke Webber - 06 Jul 2006 04:41 GMT
> I am a newbie to JSP., i would like to pass some informations (like
> name, email id, and other strings) collected in the GUI of my java
> application to a JSP . any suggestions on how to do this or any code
> snippets for this..
I'd suggest a Google search on something like "HttpURLConnection sample
code". Should getcha there.
Cheers,
Luke