You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Class.Go To Destination.md file, there should be a note on how this widget handles any parameters that are passed into the Destination.
Is seems like the parameters are passed into the Destination properly and the page renders properly. However the properly rendered page in the browser is displaying the wrong URL. The URL is parent URL with the QueryString parameters removed.
The only reason I went to this help page was to see what the expected behavior is for the Go To Destination widget in regards to the displayed URL for the the Destination.
The text was updated successfully, but these errors were encountered:
My issue was do a Submit vs Ajax Submit on a Link.Widget. The Link.Destination was configured to fire an Event and not got to the Destination or an Action. The raised event was pass up through multiple other components and eventually was handled by an Action that called the Go To Destination widget (the root object of this incident and and related documentation).
Somehow the framework knew the original source of the Link's Method was set to Submit and thus the Navigate widget performed a Navigation to the proper page, but created the URL as a Submit to the wrong page. Changing the Link.Method of Component 1 to Ajax Submit corrected the wrong URL issue.
In the Class.Go To Destination.md file, there should be a note on how this widget handles any parameters that are passed into the Destination.
Is seems like the parameters are passed into the Destination properly and the page renders properly. However the properly rendered page in the browser is displaying the wrong URL. The URL is parent URL with the QueryString parameters removed.
The only reason I went to this help page was to see what the expected behavior is for the Go To Destination widget in regards to the displayed URL for the the Destination.
The text was updated successfully, but these errors were encountered: