I just started to learn MVC and am trying to understand how it works.
I don\'t want to send users to different views for all edit, insert and list operations.
Most MVC frameworks have the ability to temporarily store a small bit of data just through the next request, for just this purpose. In ASP.NET MVC its called TempData, in Rails it's called :flash, etc.