Subversion Repositories SmartDukaan

Rev

Rev 12793 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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