I've removed all my Resolver stuff, and it made no difference. It's just like the 'auto routing' has broken, but I can't any information on this to help fix it.
Also if I hard code the form tag (action="/umbraco/surface/LoginSurface/LoginForm") it does go through to my Controller Action ok, but then it complains about "Cannot find the Umbraco route definition in the route values, the request must be made in the context of an Umbraco request" at
Ok, so there isn't really a problem here! It's mostly my fail, however in case anyone else is as stupid as me: BeginUmbracoForm correctly sets the action attribute as the current path. Routing happens via some magin. I understood this page to suggest otherwise, and I think perhaps this is an update. The reason I thought it wasn't working was because I hadn't realised my action was being called but exiting silently.
BeginUmbracoForm setting the action as the current path
I have a Partial (called via Html.Action on the main View) that displays my form, with the exception of the
I've removed all my Resolver stuff, and it made no difference. It's just like the 'auto routing' has broken, but I can't any information on this to help fix it.
Also if I hard code the form tag (action="/umbraco/surface/LoginSurface/LoginForm") it does go through to my Controller Action ok, but then it complains about "Cannot find the Umbraco route definition in the route values, the request must be made in the context of an Umbraco request" at
Ok, so there isn't really a problem here! It's mostly my fail, however in case anyone else is as stupid as me: BeginUmbracoForm correctly sets the action attribute as the current path. Routing happens via some magin. I understood this page to suggest otherwise, and I think perhaps this is an update. The reason I thought it wasn't working was because I hadn't realised my action was being called but exiting silently.
is working on a reply...