Posts by Fernando Gaspar • 17 points
4 posts
-
-2
votes0
answers23
viewsQ: Async/await not working in React typescript (Hooks)
I’m running a route-fed authentication. But this not respecting the await of the post in the login api. Sometimes it works locally but most of the time it "skips" the post. import React, {useState}…
-
0
votes1
answer125
viewsA: Alimentar Array Primefaces
Opa, of course: `public class Itenspedidobean Implements Serializable{ private Produto produto; private List<Produto> produtos; private Integer produtoId; private String txt1; private…
-
2
votes1
answer125
viewsQ: Alimentar Array Primefaces
Good afternoon Personal, I have 2 related table, one for orders and one for order items, soon I thought to feed an array with the order item information and on the same screen put order information…
-
0
votes1
answer546
viewsQ: List two related tables Primefaces x Hibernate
I need to list information from the two tables on the same grid, they have relationship created by Ibernate itself. You would need the vendor name in the table shown below In case it would be these…