It seems that in Wicket 1.5 BookmarkablePageLink's produce URLs that
employ query parameters 
 
Eg.,
 
?name1=value1&name2=value2
 
instead of the directory style parameters of 1.4.x
 
Eg.,
/name1/value1/name2/value2
 
While this may not be a problem for new Wicket applications the
thousands of URLs of existing 1.4 Wicket applications are referenced
from many existing websites and search engines on the web.
 
Is there a replacement for BookmarkablePageLink in 1.5 that can produce
the 1.4 style URLs? (Or could BookmarkablePageLink take an option like
'legacyStyle' that, when set to true, will create legacy (1.4) style
URLs?)
 
Regards,
Chris

 

Reply via email to