In HTML form, if you submit the parameter with same name, the request type
is string array. For example:
<form method="post" action="service.jsp">
<input name="location"/>
<input name="location"/>
<input name="location"/>
</form>
But when I try to add the parameter twice in the request body, it
alarm "parameter already exist"!
I tried using comma seperated string, but it doesn't work.
How can I simulate that request in rest-client?
Original issue reported on code.google.com by huangka...@gmail.com on 7 Apr 2010 at 1:26
Original issue reported on code.google.com by
huangka...@gmail.com
on 7 Apr 2010 at 1:26