Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html by IRequestTargetUrlCodingStrategy?

2011-01-27 Thread Mike Mander
Hi, urls in my shop look like this code http://localhost:8080/ShowThemePage-ti325-Twilight.html /code ShowThemePage should be mapped to my ThemePage.class The ti325 and Twilight Tokens should be indexed parameters and the .html is for ornament. Until now i mounted my own Strategy in my

Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html by IRequestTargetUrlCodingStrategy?

2011-01-27 Thread Igor Vaynberg
instead of mounting it set in the settings. mounting is for intercepting path segments. also set a breakpoint and see if its being hit. -igor On Thu, Jan 27, 2011 at 2:56 AM, Mike Mander wicket-m...@gmx.de wrote: Hi, urls in my shop look like this code

Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html by IRequestTargetUrlCodingStrategy?

2011-01-27 Thread wicket-mike
2011 08:04:53 -0800 Von: Igor Vaynberg igor.vaynb...@gmail.com An: users@wicket.apache.org Betreff: Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html; by IRequestTargetUrlCodingStrategy? instead of mounting it set in the settings. mounting

Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html by IRequestTargetUrlCodingStrategy?

2011-01-27 Thread Igor Vaynberg
parameters. Thanks again Mike Original-Nachricht Datum: Thu, 27 Jan 2011 08:04:53 -0800 Von: Igor Vaynberg igor.vaynb...@gmail.com An: users@wicket.apache.org Betreff: Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html