You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Thomas (JIRA)" <ji...@apache.org> on 2007/04/22 17:00:15 UTC

[jira] Closed: (WICKET-326) Redundant declaring of mount path twice when mounting UrlCodingStrategy

     [ https://issues.apache.org/jira/browse/WICKET-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Thomas closed WICKET-326.
-------------------------------

    Resolution: Fixed

This appears fixed as per #WICKET-410

> Redundant declaring of mount path twice when mounting UrlCodingStrategy
> -----------------------------------------------------------------------
>
>                 Key: WICKET-326
>                 URL: https://issues.apache.org/jira/browse/WICKET-326
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Peter Thomas
>         Assigned To: Johan Compagner
>            Priority: Trivial
>
> Currently in 1.3 mounting of a page with a UrlCodingStrategy is like this:
> mount("/item", new IndexedParamUrlCodingStrategy("/item", ItemViewPage.class));
> Here "/item" is repeated twice, which is unnecessary and it will not work if the strings are different.
> Nabble discussion: http://www.nabble.com/URL-when-navigating-away-from-a-bookmarkable-URL-tf3286244.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.