> Now I want to replace %destinationLink% with new BookmarkableLink(...); > > I am using GNU Gettext translations(.po files), thats why such > solution... > > Is it possible or is there any reasonable way to do this?
Look into the various urlFor() methods. In your case in particular String url = RequestCycle.get().urlFor(SomePage.class, somePageParameters); - Tor Iver
