Here is one more resource to read.
http://wicketinaction.com/2011/07/wicket-1-5-mounting-pages/

You can do that with indexed parameters.
Use pageParameters.getIndexedCount() and then extract the name from the odd
parameters and their values from the even: parameters.get(index)

On Mon, Sep 19, 2011 at 8:35 AM, Chris Colman
<chr...@stepaheadsoftware.com>wrote:

> ** **
>
> We have lots of code in 1.4 that uses parameter/value pairs embedded into
> the URL using the ‘/’ as a delimeter so that they look like actual
> directories to search engines. There are lots of search engines out there
> that have cached these URLs so we would still like to be able to serve them
> unchanged. Does 1.5 support this style of parameter embedding in the URL?
> I’ve looked at ****
>
> ** **
>
> https://cwiki.apache.org/confluence/display/WICKET/Request+mapping****
>
> ** **
>
> but can’t seem to find an example of that 1.4 style URL encoding of the
> parameters. Is it no longer possible?****
>
> ** **
>
> Yours sincerely,****
>
> ** **
>
> Chris Colman****
>
>  ****
>
> Pagebloom Team Leader,****
>
> Step Ahead Software
>
> ****
>
> pagebloom - your business & your website growing together****
>
> ** **
>
> **Sydney**: (+61 2) 9656 1278     ****Canberra****: (+61 2) 6100 2120
> ****
>
> Email: chr...@stepahead.com.au <//chr...@stepahead.com.au>****
>
> Website:****
>
> http://www.pagebloom.com****
>
> http://develop.stepaheadsoftware.com****
>
>  ****
>
> ** **
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to