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
------------------------------------------------------------------------- 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
