Re: How to post to a jsp web page?



Thanks Ray,
i think this is what i want.

Cheers.

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.


.



Relevant Pages

  • How to post to a jsp web page?
    ... i'm writing a java application to post some parameters to a jsp web page and ... I'd tried the tutorial on Writing to URL @ Sun's java home but fail. ... Do i have to encode the parameter if the encode scheme is null? ...
    (comp.lang.java)
  • Re: How to post to a jsp web page?
    ... i'm writing a java application to post some parameters to a jsp web page and ... I'd tried the tutorial on Writing to URL @ Sun's java home but fail. ... Do i have to encode the parameter if the encode scheme is null? ...
    (comp.lang.java)
  • Re: How to post to a jsp web page?
    ... Thank you Ray. ... > Ah Koh wrote: ... >> I'd tried the tutorial on Writing to URL @ Sun's java home but fail. ...
    (comp.lang.java)