Hi,

I'm doing my first steps with JSF and myFaces and I hav a question regarding
html-tags and JSF.

I want to output a resource bundle key inside a <h1> html element. So I did
following:
<h1><h:outputText value="#{msg.inputname_header}"/></h1>

What happens is, that the message from the resource bundle is printed out
and after this the empty <h1>.
No error is returned, so I think it is an basical understanding problem.

I saw, that there is a <t:div> tag in the tomahawk tld but no <t:h1> tag.
What do I do wrong? Isn't it possible to use html tags together with JSF?

Thanks in advance
Regards
Hans

-- 
View this message in context: 
http://www.nabble.com/Usage-of-%3Ch1%3E-Tag-with-JSF-tf3408888.html#a9496546
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to