Posts by Pedro Freire • 21 points
2 posts
-
2
votes2
answers300
viewsA: Error formatting date:
Good afternoon friend, please post your Model Class. Here is an example of formatting with Simpledateformat.... SimpleDateFormat fmt = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss"); Date data =…
-
0
votes2
answers230
viewsA: Invalid Property 'category.subcategory' of bean class. Error saving user to database
Good afternoon friend, in your Class Category you created this way: @OneToMany @JoinColumn(name = "subcategoria_id") private List<Subcategoria> subcategorias; All right in this step, already…