Hello, Is there a possibility dynamically link a wicket:id to a java object at runtime?
I'm looking for something similar to this:
Label label = new Label("someid","some text <span wicket:id="anotherid"/>");
label.setEscaped(false);
I didn't manage to find a way.
Tks,
Cristi Manole
