docs-product icon indicating copy to clipboard operation
docs-product copied to clipboard

Go To Destination - No mention of the displayed Destination URL

Open thekingofspain opened this issue 4 years ago • 1 comments

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.

thekingofspain avatar Aug 27 '21 18:08 thekingofspain

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.

thekingofspain avatar Aug 27 '21 23:08 thekingofspain