1. jsf selectonemenu error stackoverflow.comHi: I am developing a jsf project, I am having touble with getting selectOneMenu to work.
|
2. Custom converter Error in h:SelectOneMenu stackoverflow.comI have a problem implementing a custom converter... my xhtml is:
|
3. Error binding a h:selectOneMenu to a LinkedList coderanch.comHi Gregg: Yes, this is my class constructor. How would a list *not* be populated, the only way I can think of is if the constructor is not called... Here is the entire class file: package com.dtn.petro2.petro_admin; import com.dtn.petro2.petro_lib.TransactFinder; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.faces.model.SelectItem; public class transactionBrowserBean implements Serializable { private String url = "jdbc/__Test"; private String user ... |
4. Custom converter Error in h:SelectOneMenu coderanch.com |
5. JSF selectOneMenu throws javax.faces.FacesException: Can't instantiate clas forums.oracle.com |