Thank you all, now it´s working :)
I just put a
httpClient.getParams().setParameter("http.protocol.content-type",
"application/x-www-form-urlencoded");
and send the viewstate back to the site. Much simpler than I thought.
I´m working with httpClient for about 1,5 year (not an absolute begginer),
but this is the first situation I need to set this parameter to encode
correctly the form fields.
The HttpClient´s documentation is not the best, but the mailing list is
great. Thanks!
Marcelo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]