Posts by Renato Muniz • 47 points
10 posts
-
1
votes1
answer123
viewsQ: Always rendering all the code, changing state!
With this scolding, I start generating this array with the 60 blank positions (initially) let [list, setList] = useState(Array(60).fill("")) Then with this array will serve to generate all 60…
-
-1
votes1
answer16
viewsA: Java Filter (Android) with Parsequery field type Pointer
resolved. Solved! queryGrrupos = ParseQuery.getQuery("products"); queryGrrupos.whereEqualTo("group", ParseObject.createWithoutData("groups", ParamsDao.getEventoId()));…
-
0
votes1
answer16
viewsQ: Java Filter (Android) with Parsequery field type Pointer
How I would make this query, being that this field (product) is of the pointer type, which references another table (group)? ParseQuery<ParseObject> queryProdutos =…
-
0
votes1
answer44
viewsA: return to view that fired the form in case of any error! Nojde+Express
I got it right now (and on my own, it seems obvious but I got a little heheh), so that I have the doubt goes there... I created a function that returns the res.Sender('view'....); passing the body,…
-
0
votes1
answer44
viewsQ: return to view that fired the form in case of any error! Nojde+Express
Good morning guys, it looks simple but I haven’t been able to on my own and I haven’t found it on the net, I just wanted to return to view that fired Submit, I have a simple registration screen...…
-
0
votes0
answers67
viewsQ: return to view before executing the route.. nodejs
Good afternoon guys how do I return to view that fired the route without executes it ?? follows below the passage... app.post('/atendimentos/pesquisa', home.loggedIn, function (req, res) { var…
-
0
votes0
answers150
viewsQ: error and server nodejs after 2 minutes
Good evening guys I have a basic program that until yesterday was good, today afternoon started the error in the execution of the "app nodemon" or only the "app Node" follows the error: throw er //…
-
1
votes0
answers718
viewsQ: Spring+JPA, visible Transient field in View and not persistent?
Good evening guys, I have a filter that I do manually with @query() that in it I make a total calculating Join of a sale ie, SUM(valor * quantidade) as total At the end I’ll put the filter for…
-
0
votes1
answer48
viewsA: Conversion error when sending input to controller to save
I was able to solve only now, and what happened is that it is mandatory have a Repository even if empty, I only created when I wanted to do a manual search, ie, create a custom query, after I…
-
2
votes1
answer48
viewsQ: Conversion error when sending input to controller to save
Good evening guys, I’m having trouble solving this problem, I hope you can help me... When trying to save data from View only one field returns this error: Failed to Convert Property value of type…