Hi!

we use the following selectManyCheckbox as below:

<h:selectManyCheckbox styleClass="checkBoxTable"
                                          
value="#{genericTemplate.showLinkTypes}"
                                          immediate="true" 
onchange="this.form.submit();">
        <f:selectItem itemValue="in"   itemLabel="<-"/>
        <f:selectItem itemValue="out"  itemLabel="->"/>
        <f:selectItem itemValue="virt" itemLabel="v^"/>
</h:selectManyCheckbox>

Now I want to exchange the textual representation of the checkboxes (<-, ->, v^)
agains images - how do I do that?

Thanks in advance!


--
Boris Klug

Debeka Hauptverwaltung
Abteilung IE/Q
Ferdinand-Sauerbruch-Str. 18
56058 Koblenz

Telefon  (0261) 498-3806

E-Mail   [EMAIL PROTECTED]
Internet www.debeka.de




Reply via email to