I want to create some kind of site, I have to have user profiles available at the URL, for example site.com/user/m4ks I have no idea how to do this using Wicket. Is it possible to make BookMarkablePage using any wildcards?
For this you need to install IRequestTargetUrlCodingStrategy. My suggestion would be MixedParamHybridUrlCodingStrategy. There you can specify an array of well-known names of the parameters to be added to the URL-address, like this: mypage/param1/value1/param2/value2while the other unknown parameters will be added as follows: mypage?param3=value3.
IRequestTargetUrlCodingStrategy
MixedParamHybridUrlCodingStrategy
mypage/param1/value1/param2/value2
mypage?param3=value3
, , UrlCodingStrategies.
URL. wicket wiki. "IndexedParamUrlCodingStrategy". Javadoc .
: , , ..;)
Source: https://habr.com/ru/post/1782075/More articles:Resizing an Image in a UITableView - uitableviewCannot set System.Windows.EventTrigger.RoutedEvent property in Silverlight 4 - silverlight-4.0User Controls and Composite Web Server Controls - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1782073/adding-a-specific-styles-to-a-gwt-element&usg=ALkJrhgUbq5mdgQhQGpat4qQKF1BbtNnCAPost to Facebook app page as APPLICATION user - phpОшибка установки Xcode 3.2.5 вместе с iOS SDk 4.2 - ios4Several UIAction tables open at the same time - iterationAssigning C / C ++ Arrays - c ++Windows Azure Platform and Multitasking - cloudhow to implement object change notification - c #All Articles