Posts by Arthur Edson • 157 points
11 posts
-
-1
votes2
answers764
viewsA: Updating Progressbar in JSF
the way is to continue using primefaces since there are still many other dependencies to remove in the project. kkk
-
1
votes2
answers764
viewsQ: Updating Progressbar in JSF
Good Afternoon, I’m doing an asynchronous method that searches the database(oracle), and returns in an Excel file. Inside my Method has the for @Async public synchronized void…
-
0
votes1
answer643
viewsQ: Load Json Search in JSP
Good Morning I’m trying to make this example in my project. It’s a simple change of Select when you choose State Change Cities in another Select. https://gist.github.com/ografael/2037135 But I can’t…
-
0
votes1
answer65
viewsQ: Calculating Random Password using Arraylist and Resultset in Java
Good morning, I have a question, I need to calculate a new password for each Patient when going through this method: ps = getConexao().prepareStatement(SQL_VERIFICAR_PROTOCOLOS_PENDENTES);…
-
1
votes1
answer1495
viewsA: Update Table with filter using jquery
I found this solution https://stackoverflow.com/questions/9127498/how-to-perform-a-real-time-search-and-filter-on-a-html-table <script type="text/javascript"> var $rows = $('#minhaTabela tr');…
-
0
votes1
answer1495
viewsQ: Update Table with filter using jquery
Good morning I’m looking for solutions to a demand but only found in php. I’m new in Jquery, Ajax... I want to put the filter of my table to be dynamic as the user is typing will appear the data, I…
-
0
votes1
answer270
viewsQ: How to put a color on the tr of a Dynamically Selected Radio
Is it possible for the line color to change after the user selects a radio from the list taking into account that I am doing the page Ubmit ? the problem is that I am not able to do because as you…
-
2
votes1
answer84
viewsQ: Opening a full size Table
Well I have the following doubt. I have this table in my project. The user complains about the size because the scrollbars appear, as the page already has a lot of information can not increase it…
-
4
votes1
answer620
viewsQ: Traversing Dates using Calendar
I’m making a report on java, I spend a period specified by the user. In my DAO I’m doing the treatment. Here I take the last date. String data1 = DateUtil.toString(dto.getDataInicio(), "MM/yyyy");…
-
3
votes1
answer192
viewsQ: Jquery/Ajax Duplicating
Good afternoon, I already researched this problem here in the forum and tried some solutions but I do not know what I can do wrong. I have this Function that calls my Modal. function…
-
3
votes1
answer188
viewsQ: Creating Function Postgresql
I’m having a problem creating a Function. I am pulling its parameters from my java application, the problem occurs when pulling the parameters ( variavel1, and variavel2) because they are coming…