Hmmm... I was avoiding facelets just because it would be one more thing to learn to get everything going :-). Anyway, if facelets can clean up the markup, it may be worth the effort!
Thanks. Naresh -----Original Message----- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 1:13 PM To: [email protected] Subject: Re: How to add HTML markup to a page? 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 > > >
