Use facelets. Verbatim is required if you use JSP On 10/7/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
What is the preferred way of adding HTML markup to a page? So far, I have found that only the following approach works (i.e. using <f:verbatim>). Looks kind of verbose just to add <h2></h2>!<f:verbatim><h2></f:verbatim> <h:outputText value="#{messages['Measure.Home']}" /> <f:verbatim></h2></f:verbatim> Thanks. Naresh
