Empty Mounting Path ------------------- Key: WICKET-551 URL: https://issues.apache.org/jira/browse/WICKET-551 Project: Wicket Issue Type: New Feature Components: wicket Reporter: ywtsang
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.