Hi
When I click on link(Google), it is opening on same tab. Is there any settings / approach to open in new tab.
String htmlMessage = "<html>Some Message. "+
"Goto \<a href=http://www.google.com\>Google\</a>\</html>";
FacesMessage fMsg = new FacesMessage(htmlMessage);
FacesContext fContext = FacesContext.getCurrentInstance();
fContext.addMessage("",fMsg);

My JDEV Version 12.2.1.3.0
Regards
Narendra E