Enabling JavaServerPages Standard Tag Library (JSTL) in JSP
I feel like I am missing something – from what it seems, JSP comes out of the box with support for tags, as this question’s answer shows (the guy was asking a pure-jsp question and got an answer involving tags).
But if I try to run the given code
Neither BindingResult nor plain target object for bean name ‘todooo’ available as request attribute
While running the insert without validation it works, but when I added validation like targetdate must be future date and trying to show in form twoway binding, then this error started.