Why the name of a bind object is named as command? I think command is a pattern and a bind object is a form.
For example:
Thanx.Code:public class BlahblahController extends SimpleFormController { protected ModelAndView onSubmit( HttpServletRequest request, HttpServletResponse response, Object command, BindException errors) throws ServletException, IOException { ...


Reply With Quote
