102 reputation
111
bio website
location Brazil
age 31
visits member for 3 years, 8 months
seen May 16 at 14:16
stats profile views 47

Sep
9
accepted error in combobox using SEAM 2.1.2 and JBOSS 4.2.3GA
Sep
9
comment error in combobox using SEAM 2.1.2 and JBOSS 4.2.3GA
Thank you Jim, the problem was resolved but i need to create the getters and setters to for variable lstPais. I thought you could call any method to bind a session variable, but apparentely if you have a List A, the method to bind must be a getter of A as a simple POJO is that correct ? @SuppressWarnings("unchecked") @Factory("lstPais") public List<Pais> getLstPais() { lstPais = (List<Pais>) entityManager.createQuery("from Pais").getResultList(); return lstPais; }
Sep
8
asked error in combobox using SEAM 2.1.2 and JBOSS 4.2.3GA