Re: How to post to a jsp web page?



YES! It is what i'm looking for.

Thank you Ray.

Koh
"Raymond DeCampo" <nospam@xxxxxxxxxxxx> wrote in message
news:YnGpe.4317$fp6.610@xxxxxxxxxxxxxxxxxxxxxxx
> Ah Koh wrote:
> > Hello world,
> >
> > i'm writing a java application to post some parameters to a jsp web page
and
> > process the return html content.
> > I'd tried the tutorial on Writing to URL @ Sun's java home but fail.
> > To do write to an URL, can use the same reatment for cgi on jsp?
> > Do i have to encode the parameter if the encode scheme is null?
> > Any advice?
> >
>
> Koh,
>
> Look into using HttpClient from apache.
>
> http://jakarta.apache.org/commons/httpclient/
>
> Ray
>
> --
> XML is the programmer's duct tape.


.