Assuming you have the namespace:

xmlns:f="http://java.sun.com/jsf/core";

in your header you should be able to use

<f:verbatim> Good luck <a href="[EMAIL PROTECTED]"></f:verbatim>

or maybe you'd rather like

<a href="mailto:[EMAIL PROTECTED]">Good luck </a>

but those kind of questions should generally go to the MyFaces-user mailinglist

regards

Ernst

On 6/8/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote:
Hello,
I would like know, how I can print a text html in jsf :

I have this text : "Good luck <a href="[EMAIL PROTECTED]">", I would print
the text in my page jsf.

Think's

Reply via email to