The following is a HTML form with a set of same "name". How can use HttpClient to post them ??
PostMethod.addParameter(...) allows the same parameter name to be used multiple times. Or you can try a comma-separated list of the values you want to send. regards, Roland