Hello everybody, following situation:
I have a comment panel with a form and a paging navigator to show the comments. I implemented a own version of the PagingNavigator which uses BookmarkablePageLinks for navigation links. Now, if i use this panel in a page that has this url *http://localhost/sample/1111/test/* the link to the second page of the PagingNavigator has a url according to that * http://localhost/sample/1111/test/?commentspage=2* If I now submit a comment the url to the second page of the PagingNavigator changes to: *https://localhost:8443/sample/?commentspage=2 *My workaround at the moment is to set the response page in the form's submit to the sample page with it's parameters. But I would have to do it for every submitting panel in that page. I hope someone can give me a hint on to why I lose the page parameters on submit.* * *For the sake of completeness:* The page in which the Panel is embedded is mounted with a custom UrlCodingStrategy which is a non versioned HybridUrlCodingStrategy extended with the possibility to add mixed parameters. I already tried other UrlCodingStrategies but that changed nothing. Thanks, Enes
