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.

Reply via email to