...
If you have parameters, you should use the practice of putting these in the messages like the other methods and using outputFormat for format them. The first parameter will go in {0} and the second in {1}, etc.
Code Block |
---|
<h:outputFormat value="#{authorMessages.cert_rem_assmt}" escape="false"<> <f:param value="#{publishedassessment.title}"/> </h:outputFormat> |
...