I want to make some site, is should have user profiles accessible under URL like site.com/user/m4ks I have no idea how to make this using Wicket. Its possible to make BookMarkablePage with any wildcards or so?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You need to mount an Anyway, here's a tutorial page on how to mount Bookmarkable pages and use UrlCodingStrategies. |
|||
|
|
|
Look at URL Coding strategies. They are explained in the wicket wiki. You are looking for the 'IndexedParamUrlCodingStrategy'. Javadoc is here. Edit: Damn you Sean, you where faster.. ;) |
||||
|
|