Posts by Adriano Gomes • 711 points
58 posts
-
0
votes1
answer1075
viewsA: How to call a JS function by passing parameter as soon as the page is loaded?
You can run the JS inside your bean. Call the function as soon as you finish filling your array. To run inside the bean is like this: RequestContext.getCurrentInstance().execute("testeJS();");…
-
0
votes0
answers105
viewsQ: JSF - Abort method when closing browser
I have a report that depending on the filter applied can take a long time to finish. In some occasions the user gives up waiting and close the browser, it happens that the query is still running on…
-
0
votes1
answer207
viewsA: Jasperreport Sub-report overlaps field
Solved, I put float position in subreport and it worked. Thank you!
-
1
votes1
answer207
viewsQ: Jasperreport Sub-report overlaps field
Good afternoon, you guys, I’m having a problem at Jasper Ports that I know how to fix. I created a report where I have a list of questions (Fields) and each question has an alternative list (sub…
-
1
votes1
answer94
viewsA: Problem with JSF
Add an ajax event, where every time you add a product it calls the method to calculate the sale value.
-
0
votes2
answers49
viewsA: Rendered does not let the button work
Sorry, I don’t know the syntax very well, in this section of rendered code="#{contratosMB.contratos.aditivopdf eq 1}", is the syntax "eq 1" correct? Shouldn’t it be something like "== 1"? Another…
jsfanswered Adriano Gomes 711 -
1
votes1
answer351
viewsQ: Android Listview customized in a Fragment
I have an app layout was made in tabs and in one of them I would like to implement the ListViewcustomized, but I could not because the JAVA class tab extends the class fragment and to make the list…
-
0
votes1
answer1956
viewsQ: Iterative sum bigdecimal
I have a ArrayList one of the fields is a BigDecimal. I am not able to make this sum iteratively with loop. Someone can give a hint of how to perform this operation? If it were a double common,…
javaasked Adriano Gomes 711