Posts by Leonardo Leonardo • 283 points
14 posts
-
0
votes1
answer83
viewsQ: After starting a pdf download service in jmeter, the "badly formatted" Sponse can turn into a pdf? If so, how?
I’m working on a stress test where I download a file, in a very simple GET service: /api/report/XXXXXXXX/user/23452/file/9989/download Everything happens OK, I wonder if the download’s answer, which…
-
3
votes1
answer64
viewsQ: How to identify exactly which record has changed from one list to another? By ID
Hello. I have 2 lists being mounted in javascript, based on the rule: Do you have flag queries Then stay in the Array: clientesDownloadTrue Do you have flag queries Then it stays in the Array:…
-
0
votes1
answer263
viewsA: Error in file upload to Java Controller using Angular
Oops, I got it... I added the headers to the requisition: $scope.uploadFile = function(files) { var fd = new FormData(); //Take the first selected file fd.append("file", files[0]);…
-
0
votes1
answer263
viewsQ: Error in file upload to Java Controller using Angular
Opa, I am implementing a file upload, in a form, I can already select the file, pass to Angularjs that recognizes it (even without ng-model) and when I pass to my java controller gives the following…
-
5
votes1
answer855
viewsQ: How to filter with ng-repeat?
I have two <select>, i.e., a handmade picklist(multiselect). In the first <select>, I want to show only the customers brought by ng-repeat but containing the field…
angularjsasked Leonardo Leonardo 283 -
0
votes0
answers173
viewsQ: How to maintain state of a select?
It can be in jquery or Angularjs help. I have the following picklist (done in hand): <div class="form group"> <label class="control-label col-md-3">Selecionar Empresas:</label>…
-
0
votes2
answers253
viewsA: Does not load data into the picklist (jquery-ui + Angularjs)
It is really complicated to mix jquery with angular, do not recommend, just gave error. The component was in jquery and I manipulating with angular due to several internal reasons of the project…
-
0
votes2
answers253
viewsQ: Does not load data into the picklist (jquery-ui + Angularjs)
using: https://code.google.com/archive/p/jquery-ui-picklist/ I can’t load data from my client table into the picklist. It was already working on another template, changed the template in the company…
-
2
votes1
answer1123
viewsQ: I cannot open modal (dialog)
He was using a bootstrap template, but as it was irregular (they had not paid) the company bought another, also bootstrap. But the way I used to mount the modal doesn’t work anymore. I can’t open…
-
2
votes1
answer589
viewsQ: Shortcut to format JSP code does not work in Eclipse
I’ve analyzed several posts, but I can’t format code on JSP pages with the Eclipse shortcut, Ctrl+Shift+F, Thus unable to indent the code. In Javascript and Java code it works, but not in JSP. I…
eclipseasked Leonardo Leonardo 283 -
2
votes1
answer334
viewsQ: How to pass a picklist (bootstrap) via POST (ajax)
Good morning, I don’t know how to pass the data of this component to my controller java. See image: For example, I have these fields that I pass by request POST to my controller and they work OK,…
-
1
votes3
answers867
viewsA: Does not parse the bootstrap datepicker for dd/mm/yyyy - 400 Bad Request (POST)
Long story short, touching the . js of the bootstrap component (Components-date-time-pickers.js, which is not advisable), could correctly format the date, but the problem was not this, when I was…
-
0
votes1
answer855
viewsQ: Picklist (multi-select) Component does not update data. Bootstrap + Angularjs
Good morning, I have a registration screen, a jsp with a modal where I implemented a picklist based on Bootstrap templates. I need to select from my bank the companies (are doing this) on one side…
angularjsasked Leonardo Leonardo 283 -
2
votes3
answers867
viewsQ: Does not parse the bootstrap datepicker for dd/mm/yyyy - 400 Bad Request (POST)
I have a web application, basically pure wheel with JSP + Angularjs. The template that I use bootstrap, didn’t have datepicker with Angularjs, so I’m using with jQuery. I have on my screen, a modal…