I have tried to get the query
string using request.getQueryString(). But i am getting the query string of whatever i have posted .I am not getting the response query string.please help me to do this.
I am posting the code i have tried.
Payment.jsp:
The controller is:
The output is :
inttestintTestMode=1&intInstID=254653&strCartID=654321&strDesc=description+of+goods&fltAmount=10.00&strCurrency=GBP&strCardHolder=Joe+Bloggs&strPostcode=BA12BU&strEmail=pritha%40peopletech.co.in&strCardNumber=1234123412341234&intCV2=707&strExpiryDate=0612&strCardType=VISA&strCountry=GB&fltAPIVersion=1.3&strTransType=PAYMENT,http://localhost:8080/ICash/jsp/Readdata.do
Am i wrong anywhere?Please assist me
Thanks