1 post
6
1
383
On the JSF page, it takes the Managed bean to list any object. public class Ob implements Serializable { private Integer id; private Date data; private String descrição; } I wanted to set the table…