issue when rendering contour form under ajax request
Our site uses ajax to dynamically load in the next page of
our site. In doing this it renders an RTE with a contour form macro. This
produces the following exception:
System.NullReferenceException:
Object reference not set to an instance of an object. at
Umbraco.Forms.Mvc.Controllers.FormRenderController.ContourForm() in
f:\TeamCity\buildAgent\work\3b0e3c3a4846294b\Umbraco.Forms.Mvc\Controllers\FormRenderController.cs:line
39 at lambda_method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller,
Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary`2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor\
Is this an issue with this Contour Controller method not
knowing the correct Umbraco context? Is this a known issue? Thanks
issue when rendering contour form under ajax request
Our site uses ajax to dynamically load in the next page of our site. In doing this it renders an RTE with a contour form macro. This produces the following exception:
System.NullReferenceException: Object reference not set to an instance of an object. at Umbraco.Forms.Mvc.Controllers.FormRenderController.ContourForm() in f:\TeamCity\buildAgent\work\3b0e3c3a4846294b\Umbraco.Forms.Mvc\Controllers\FormRenderController.cs:line 39 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor\
Is this an issue with this Contour Controller method not knowing the correct Umbraco context? Is this a known issue? Thanks
is working on a reply...