Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
EPiServer CMS version: 11
Hi
I am trying to call another block controller Index method from view of the page.
Here is the code which calls the action method of the FileuploadBlock controller.
Here is the Index method of the FileuploadBlock controller
It work good in success flow but if modelstate is not valid and I have to show the page view again, then it gives me this error:
EPiServer.Core.TypeMismatchException: 'The routed data is of type 'x.Models.Pages.NewMessagePage' and the binding context 'currentContent' is null, cannot bind any value to type 'x.Models.Blocks.FileuploadBlock'.'
Hope someone can answer this.