How can we go about making some of the words in a sentence appear in BOLD for example - I'm trying to put one of the words of a sentence in ...
I defined below property in property file.
<b>Profile 1:</b> <br> Only the market(s) selected above
<h:outputText style="font-size:12px;" value="#{bean.profile1}" />
<b>Profile 1:</b> <br> Only the market(s) selected ...
In Property file
msg_profile = <b> profile1: </b> <br> Set profile
private List<SelectItem> profiles; this.profiles.add(new SelectItem(new Integer(0), MessageFactory.getString(context, "msg_profile")));