Subversion Repositories SmartDukaan

Rev

Rev 13950 | Rev 15602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13950 Rev 15223
Line 693... Line 693...
693
		nameValuePairs.add(new BasicNameValuePair("username",
693
		nameValuePairs.add(new BasicNameValuePair("username",
694
		"saholic-snapdeal@saholic.com"));
694
		"saholic-snapdeal@saholic.com"));
695
		//nameValuePairs.add(new BasicNameValuePair("password",
695
		//nameValuePairs.add(new BasicNameValuePair("password",
696
		//"sonline"));
696
		//"sonline"));
697
		nameValuePairs.add(new BasicNameValuePair("password",
697
		nameValuePairs.add(new BasicNameValuePair("password",
698
		"snapsaholic"));
698
		"saholic15"));
699
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
699
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
700
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
700
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
701
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
701
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
702
		//nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
702
		//nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
703
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
703
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));