users@javaserverfaces.java.net

SelectItem and hyper links

From: (wrong string) é <jamarijr_at_gmail.com>
Date: Wed, 12 Sep 2007 15:31:39 -0400

I have a backing bean that is trying to populate a selectmany checkbox. But
I want the checkbox to have links next to them instead of just plain text so
I did this:
is.add(new SelectItem(i,"<a href=\"top\">" + i + "</a>"));

But when I run it through the server it shows up in IE/Firefox with this as
the source code

...&lt;a href="top"&gt;2&lt;/a&gt;</label>

So jsf is eating it spitting out something up. How can I get jsf to show
the text as hyperlinks and not eat the <...>