But here do I put this? in the success?
Type: Posts; User: brabuh; Keyword(s):
But here do I put this? in the success?
I'm using Spring MVC 3 and I have the following Controller
@RequestMapping(value="FileUploadForm",method=RequestMethod.GET)
public String showForm(ModelMap model){
UploadForm form = new...