Hi all, I wanted to make a link on a Bookmarkablepage with an anchor. I didn't find how to do it. The link has a setAnchor(Component) method but it can't be that because the targeted anchor does not exist yet.
My hope was that the method would take a String as parameter:
myLink.setAnchor("#8765");
What is the best way of doing it under wicket 1.5.x?
Thanks,
