Posts by Kio Sam • 123 points
7 posts
-
1
votes0
answers221
viewsQ: Primefaces graphics with transparent background
I am developing a Javaweb application using the Primefaces framework. On one of my screens I have a p:Chart but I need this graphic to have its transparent background. I tried to change the…
-
2
votes1
answer143
viewsA: Double click primefaces button to run method
It seems that the problem was even with the Bootsfaces datable. So I replaced it with one of the Primefaces and it worked perfectly by clicking only once on the change button.
-
2
votes1
answer143
viewsQ: Double click primefaces button to run method
I am developing a Javaweb application with the Bootsfaces and Primefaces framework. On one of my screens I have a form with a Bootsfaces datatable that when clicking on one of its lines triggers the…
-
2
votes1
answer323
viewsA: Transfer objects between methods in a bean
With the help of my friend Douglas I managed to solve the problem. He suggested that I change my scope to @Viewscoped, but this way the application did not access the database. It was then that I…
-
2
votes1
answer323
viewsQ: Transfer objects between methods in a bean
I am developing a web application using the bootsfaces framework in Java WEB On one of my screens I have a datatable of bootsfaces that when one of the lines is clicked, is selected by activating…
-
1
votes1
answer447
viewsQ: Change color of a line in the datatable when checking a checkbox
I am developing an application using the bootsfaces framework in Javaweb. On one of my screens I have a datatable of bootsfaces with the values coming from my Bean and a checkbox of the first faces…
-
1
votes0
answers203
viewsQ: Display confirmation dialog before closing tabview tab primefaces
I’m developing a jsf web application that I need to work with tabs (similar to Chrome). For this, I am using the tabview component of the first faces that has been very useful so far. The problem is…