[
https://issues.apache.org/jira/browse/WICKET-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771536#action_12771536
]
Stefan Fussenegger commented on WICKET-551:
-------------------------------------------
Not sure if it really fits here, but this might also be useful for i18n of
bookmarkable URLs (/en/foo/bar, /de/foo/bar, /fr/foo/bar). I've once managed to
get this working (using Wicket 1.3.3), but it was an incredibly dirty hack. So
please try to consider this usecase when rewriting url handling.
> 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
> Fix For: 1.5-M1
>
>
> 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.