[
https://issues.apache.org/jira/browse/WICKET-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bernd Mrohs updated WICKET-1631:
--------------------------------
Description:
Before using the ReloadingWicketFilter, all BookmarkablePageLinks were mounted
as "pretty urls" (when they were mounted using mountBookmarkablePage or
similar).
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".
was: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.
> 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.2
> Reporter: Bernd Mrohs
> Priority: Minor
>
> Before using the ReloadingWicketFilter, all BookmarkablePageLinks were
> mounted as "pretty urls" (when they were mounted using mountBookmarkablePage
> or similar).
> 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".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.