I want to place some html in my messages. 
So that some text can be high lighted 

For example:
VKAB=Your licence will be downgraded to {1,date,medium} at 1 feb 2012
The message is added by a list 

                ChoiceRenderer<String> renderer = new
ChoiceRenderer<String>("value","key");
                List<MySelectOption> list = new ArrayList<MySelectOption>();
                
                list.add(new MySelectOption("1",this.getString("VkAb.Abo.same"))
                list.add(new MySelectOption("3",new StringResourceModel(
                                "VkAb.Abo.toStandard",this,model,new Object[]{
                                                eersteVolgendeMaand
                                                }).getString()));



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Can-I-use-html-in-my-messages-tp4651383.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