Title: Nice urls and "dynamic" mount paths.

Hi,

I need to provide bookmarkable urls that look like the following, there will in fact be thousands and thousands of permutations for the "path".

        /browse/russia/forsale/all
        /browse/france/property
        /browse/greece/cars/for-sale
        /browse/us/cars/for-rent
        /browse/france/property/for-rent
        /browse/france/property/for-rent/all
        etc..

Now I know I can use the mountBookmarkable("/browse", BrowsePage.class) with the IndexedParamUrlCodingStrategy but I really want them to appear "static" even though they are dynamic.

So if you on the page "/browse/australia/property/all" and you complete submit a form for you'll see a nice url like:

/browse/australia/property/all?a=1&b=2 etc.

I guess what I'm trying to achieve is having "dynamic" mount paths. Where the "/france/property/for-rent" part of the path behaves a bit like a constant to the page class.

Is this possible? If so how can I achieve this? Or should I be doing this differently?

Thanks in advance,
matt

--- The information contained in this e-mail may be privileged and/or sensitive. It is intended for the addressee only and is not necessarily the official view or communication of the New Zealand Customs Service. If you are not the intended recipient you are asked to not disclose, copy, or make use of its contents. If received in error you are asked to destroy this e-mail and contact the sender immediately. Your assistance is appreciated.---
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to