mardi 18 novembre 2014

Spring MVC ajax call a controller using


Vote count:

0





@RequestMapping(value = "downloadFIReport.do", method = RequestMethod.POST)
public @ResponseBody String downloadFIBill(ModelMap model,@ModelAttribute("SpringWeb") FIReportSearchInput fiReportSearchInput)
{

//

}


Above is my controller code. I want to send FIReportSearchInput fiReportSearchInput as input without binding it to page using a <form:form/> tag and using jQuery's Ajax method



$.ajax()


How can this be done ?



asked 1 min ago







Spring MVC ajax call a controller using

Aucun commentaire:

Enregistrer un commentaire