I went in for some simple MVC tutorials for a while and I got the concept. But I am wondering, when the form is displayed in the view, how is the form processed? The code for checking the form submission must be present in the view file, which is not suitable, because the view should simply be displayed on the output.
So, when you have a form in an MVC structure view file, where should the code to submit the form be checked?
source
share