Iterator ite = accountViewsStatusResponse.getAccountViewsList().iterator();
while(ite.hasNext()) {
Object obj = ite.next();
AccountOperatorExtract accountOperatorExtract = (AccountOperatorExtract) obj;
System.out.println("Account Views: "+accountOperatorExtract.getAccountView());
}
using this alert i am trying to read the response,but i am getting it as blank.alert(xmlHttp.responseText);
this is forwarding my request to blank.jspreturn mapping.findForward("success");
<select>
<option>IA</option>
<option>FA</option>
<option>GA</option>
</select>
<td id="" >
<div id="drpdwndiv">
</div>
</td>
.document.getElementById("drpdwndiv").innerHTML=xmlhttp.responseText;
Blueberry pie is best when it is firm and you can hold in your hand. Smell it. And smell this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|