Tag: Programmeren

  • Use of <s:selectItems> in JBoss Seam

    In JSF (JavaServer Faces), the use of a SelectList or SelectMenu is combined with the use of a List<SelectItem> in a backing bean. Most of the times you already have a list wih the items to choose from, and have to rewrite that list to selectItems. And then add a way in your backing bean…