Posts by Luiz Rita • 41 points
5 posts
-
1
votes2
answers220
viewsA: Jquery problem in handling ajax data coming as array
Use the foreach. $.each(array, function( index, value ) { alert( index + ": " + value ); });
-
1
votes1
answer618
viewsA: Angularjs generation of PDF
Hello after much research, and suggestions in other places I discovered the problem and a solution. 1- The problem - My query method returned a Base64 string from my back-end that when arriving at…
-
1
votes1
answer618
viewsQ: Angularjs generation of PDF
Good morning. I am working with Angularjs version 1.5, and am having trouble generating PDF. Response receives a byte array would like some help.…
-
0
votes1
answer81
viewsQ: Play Framework running in production
Good morning. I’m starting my first step with Play framework and now I’m trying to create a production environment, I already know how to generate the files and I know how to run them. My doubt is…
-
1
votes0
answers111
viewsQ: Play Framework JPA postgres
Hello, I’m learning to work with Play! framework and I am having difficulty integrating my application with the Postgres bank, using Hibernate. The application does not use persistence, the bank is…