selectonemenu « Facelets « JSF Q&A





1. Facelet selectOneMenu with POJOs and converter problem    stackoverflow.com

I want to have a facelet page with a formular and a dropdown menu. With the dropdown menu the user shoul select a POJO of the type Lieferant:

public class Lieferant extends ...

2. Why SelectOneMenu ignores the converter?    stackoverflow.com

I have a list of objects, a selectOneMenu, in which I want to display that object list. I do not want to display toString() method result in that menu, and I ...