Using <wicket:message> tag to produce partially formatted text
问题 I've read about wicket:message here, but can't seem to make it do everything I'd like. Say I have a HTML page with <wicket:message key="text"/> and a properties file containing text=Blah blah: important point, foo bar . I'm wondering how to make part of the text bold (or apply arbitrary CSS to it), to achieve output like: Blah blah: important point , foo bar Note that none of this is actually dynamic , so I wouldn't want to do anything in Java, if that can be avoided. I've tried nesting tags