You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2007/12/06 19:56:52 UTC

[jira] Updated: (WICKET-551) Empty Mounting Path

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

Frank Bille Jensen updated WICKET-551:
--------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> Empty Mounting Path
> -------------------
>
>                 Key: WICKET-551
>                 URL: https://issues.apache.org/jira/browse/WICKET-551
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: ywtsang
>            Assignee: Alastair Maw
>             Fix For: 1.3.0-rc3
>
>
> is it possible to "mount" with "empty" path?
> e.g.
> mount(new IndexedParamUrlCodingStrategy("/",  my class, null));
> wicket complains it is not legal
> for my problem
> i want the URL to have something like:
> http://mydomain.com/value1/value2/value3/value4
> where I can "use" IndexdParamUrlCodingStrategy to get the value1, 2, 3, 4 and use the values to do some page dispatch
> so it would be nice to have empty mounting path and the relevant detailed discussion is here:
> http://www.nabble.com/mounting-with-%22empty%22-path-tf3702181.html#a10352898

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