I created my controller using some tutorial example, and there is some final part of code that I'm not sure how to interpret
- in this part I put detected errors to my model HashMapCode:Map model = new HashMap(); model.put("error", "project " + projectNameCommand.getNazwaProjektu() + " doesn't exist");
- but what about this. Do I suppose to have some view ( for errors ) to display those errors. If yes, how to call that view. If no, can anybody tell me how to resolve thatCode:return this.showForm(request, response, errors, model);
thx...a lot



Reply With Quote