A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.