i did something like this: Message in the properties file --> 123= Here's the
link!! 

//get message from properties file
String someTextMessage = getMessage(123);
Lable message = new Lable("messageLable", someTextMessage);
message.setEscapeModelStrings(true);
Link printLink = new Link("printLink") {
        @Override
        public void onClick() {
           System.out.println("inside onClick");
        }
    };
this.add(printLink);

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/anchor-tag-for-a-dynamic-text-tp4670190p4670196.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to