Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
On the event detail page I'm trying to call some actions to output the site's navigation etc.
Adding my actions to the detail template causes the detail page to fall over with the following error:
Cannot find the Umbraco route definition in the route values, the request must be made in the context of an Umbraco request
Does anybody know how I can use my action methods?
Hi Richard,
never had this issue before. The detail page uses RouteHijacking and a custom controller to fetch all data and render it on the page.
Not sure why that could cause the routing to fail.
Regards David
I've been able to work around the problem but loading the correct pages in the view and then passing them to partials, rather than calling action methods on my controllers.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
EventCalendar details page gives Cannot find the Umbraco route definition error
Hi,
On the event detail page I'm trying to call some actions to output the site's navigation etc.
Adding my actions to the detail template causes the detail page to fall over with the following error:
Does anybody know how I can use my action methods?
Hi Richard,
never had this issue before. The detail page uses RouteHijacking and a custom controller to fetch all data and render it on the page.
Not sure why that could cause the routing to fail.
Regards David
I've been able to work around the problem but loading the correct pages in the view and then passing them to partials, rather than calling action methods on my controllers.
is working on a reply...