You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/22 06:40:32 UTC

[jira] Commented: (WICKET-410) Backport mounting from 2.0 to 1.3

    [ https://issues.apache.org/jira/browse/WICKET-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483018 ] 

Eelco Hillenius commented on WICKET-410:
----------------------------------------

See also WICKET-411

> Backport mounting from 2.0 to 1.3
> ---------------------------------
>
>                 Key: WICKET-410
>                 URL: https://issues.apache.org/jira/browse/WICKET-410
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket
>            Reporter: Eelco Hillenius
>             Fix For: 1.3
>
>
> In Wicket 2.0 we changed some of the mounting code so that we can do:
> mount(new IndexedParamUrlCodingStrategy("/page2", Page2.class))
> rather then:
> mount("/page2", new IndexedParamUrlCodingStrategy("/page2", Page2.class))
> We should backport this feature.

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