Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go To Destination - No mention of the displayed Destination URL #206

Open
thekingofspain opened this issue Aug 27, 2021 · 1 comment
Open

Comments

@thekingofspain
Copy link
Contributor

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
Copy link
Contributor Author

thekingofspain commented Aug 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant