hi i have a post request like this: param1=value1¶m2=¶m3=value3
if i put these into a ArrayList<NameValuePair> for a POST, should the value of param2 an empty-string or should it be null ? does defaultHttpClient handle these 2 cases differently ? thanx cheers
