Form Parameters

2004-01-15 Thread Vitor George
Hi,

Can I get form parameters before using PostMethod, like I do in httpunit?

Thanks,
Vitor.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Form Parameters

2004-01-15 Thread Michael Becke
Hi Vitor,

HttpClient is just a HTTP client library.  It does not provide support 
for parsing HTML.

Mike

On Jan 15, 2004, at 10:16 AM, Vitor George wrote:

Hi,

Can I get form parameters before using PostMethod, like I do in 
httpunit?

Thanks,
Vitor.
-
To unsubscribe, e-mail: 
[EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Form Parameters

2004-01-15 Thread Vitor George
Hi,

Do you know a html parser that can be plugged to httpclient? I can't use 
httpunit because it don't support connection timeouts.

Regards,
Vitor.
Michael Becke wrote:

Hi Vitor,

HttpClient is just a HTTP client library.  It does not provide support 
for parsing HTML.

Mike

On Jan 15, 2004, at 10:16 AM, Vitor George wrote:

Hi,

Can I get form parameters before using PostMethod, like I do in 
httpunit?

Thanks,
Vitor.
-
To unsubscribe, e-mail: 
[EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: 
[EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Form Parameters

2004-01-15 Thread Ryan Lubke
Try HtmlUnit (http://htmlunit.sourceforge.net)

It uses HttpClient for the HTTP communication layer.



On Thu, 2004-01-15 at 12:29, Vitor George wrote:
 Hi,
 
 Do you know a html parser that can be plugged to httpclient? I can't use 
 httpunit because it don't support connection timeouts.
 
 Regards,
 Vitor.
 
 Michael Becke wrote:
 
  Hi Vitor,
 
  HttpClient is just a HTTP client library.  It does not provide support 
  for parsing HTML.
 
  Mike
 
  On Jan 15, 2004, at 10:16 AM, Vitor George wrote:
 
  Hi,
 
  Can I get form parameters before using PostMethod, like I do in 
  httpunit?
 
  Thanks,
  Vitor.
 
 
  -
  To unsubscribe, e-mail: 
  [EMAIL PROTECTED]
  For additional commands, e-mail: 
  [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: 
  [EMAIL PROTECTED]
  For additional commands, e-mail: 
  [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Ryan Lubke [EMAIL PROTECTED]
Sun Microsystems, Inc.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]