You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FubuMVC Development Group
If the FormFor extension method is used and the Controller has
AddOtherUrl configuration overrides then the rendered HTML form's
action attribute always points back to the PrimaryUrl.
The correct Controller Action is called when the HTML form action is
performed (too many actions!) but if the original request came from
one of the AddOtherUrls and the same View is subsequently displayed
the URL will change back to the primary one.