6.1: How can I send updated model after Http post?
I have a post action in one of my surface controllers, during the action the model becomes updated, however when I perform:
return CurrentUmbracoPage();
It returns the model before the action was called, so my question is, how can I send an updated model through the pipeline before returning the current page?
6.1: How can I send updated model after Http post?
I have a post action in one of my surface controllers, during the action the model becomes updated, however when I perform:
It returns the model before the action was called, so my question is, how can I send an updated model through the pipeline before returning the current page?
Thanks
Kev
Kevin,
I think this is fixed in 6.1.6? See http://our.umbraco.org/forum/using/ui-questions/44136-Umbraco-6-MVC-form-action-advice there is link to issue on issue tracker http://issues.umbraco.org/issue/U4-1339
Hope this helps.
Regards
Ismail
Hi Ismail
I'm not sure if this is the same thing, I'll download the source and see if I can check.
Thanks
Kev
Hi Ismail
I've tried it against 6.1.6 and it didn't make any difference, so I'm still searching for a work-around for this particular problem.
Thanks
Kev
is working on a reply...