[
https://issues.apache.org/jira/browse/WICKET-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596757#action_12596757
]
Bernd Mrohs commented on WICKET-1631:
-------------------------------------
I think I got exactly this problem - when I use the ReloadingWicketFilter.
Before using the ReloadingWicketFilter, all BookmarkablePageLinks were mounted
as "pretty urls". But after switching to the filter, all BookmarkablePageLinks
look "ugly". Nevertheless, the mount points still work when I enter the "pretty
url" in browser's address bar, it's just that the links look "ugly".
> ReloadingWicketFilter -Creating a bookmarkable link in code does not generate
> "pretty url" when the page has been mounted.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-1631
> URL: https://issues.apache.org/jira/browse/WICKET-1631
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.0-beta3
> Reporter: Bernd Mrohs
> Priority: Minor
>
> I have created mounted pages for my application. When using the wicket:link
> tag, a pretty url is generated. In cases where I use wicket:id and the
> associated BookmarkablePageLink the generated URL does not reflect the mount
> path and uses the "ugly" url.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.